You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding test item #5654
I'm not getting a lightbulb on one of my custom rules.
Also while this is less important, in my opinion it's not very intuitive for me to have to put my cursor at the beginning of an error. Could you enable it whenever the cursor is over any part of an error (Maybe that's not possible)?
Problems:
1
With this setting,
"no-use-before-define": [
"error"
]
I get an error, as expected, on trying to increment brad before I've defined it as a variable. However, I get no lightbulb when the cursor is positioned at brad like I would get with some other error.
brad ++;
var brad = 1;
2
With no trailing commas rule, I also can't get a light bulb.
The text was updated successfully, but these errors were encountered:
bgashler1
changed the title
Test Item: #5654 ESLint lightbulb not showing up on a certain rule
Test Item: #5654 ESLint lightbulb not showing up in certain circumstances
Apr 27, 2016
joaomoreno
changed the title
Test Item: #5654 ESLint lightbulb not showing up in certain circumstances
ESLint lightbulb not showing up in certain circumstances
Apr 27, 2016
Regarding test item #5654
I'm not getting a lightbulb on one of my custom rules.
Also while this is less important, in my opinion it's not very intuitive for me to have to put my cursor at the beginning of an error. Could you enable it whenever the cursor is over any part of an error (Maybe that's not possible)?
Problems:
1
With this setting,
I get an error, as expected, on trying to increment
brad
before I've defined it as a variable. However, I get no lightbulb when the cursor is positioned atbrad
like I would get with some other error.2
With no trailing commas rule, I also can't get a light bulb.
The text was updated successfully, but these errors were encountered: