Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint lightbulb not showing up in certain circumstances #5871

Closed
bgashler1 opened this issue Apr 27, 2016 · 1 comment
Closed

ESLint lightbulb not showing up in certain circumstances #5871

bgashler1 opened this issue Apr 27, 2016 · 1 comment

Comments

@bgashler1
Copy link
Contributor

bgashler1 commented Apr 27, 2016

  • VSCode Version: 10.12-alpha
  • OS Version: Mac

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.

@bgashler1 bgashler1 added this to the April 2016 milestone Apr 27, 2016
@bgashler1 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 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
@aeschli aeschli modified the milestones: Backlog, April 2016 Apr 29, 2016
@dbaeumer dbaeumer removed their assignment May 9, 2016
@dbaeumer dbaeumer removed this from the Backlog milestone May 9, 2016
@dbaeumer
Copy link
Member

dbaeumer commented May 9, 2016

This issue was moved to microsoft/vscode-eslint#75

@dbaeumer dbaeumer closed this as completed May 9, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants