-
Notifications
You must be signed in to change notification settings - Fork 345
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
provide shortcut for applying fixes #70
Comments
+1 from prev topic |
This should be a general language independent actions. See microsoft/vscode#5650 |
A general language independent action is harder to archive then we thought. So we start with a specific elsint action which I added. I didn't bind a default short cut since almost all short cuts are taken in one way or another. Feel free to bind the command id "eslint.fixAllProblems" as you would like. |
@dbaeumer Is there a way to view the command id of a command? I spent a while looking for the eslint.fixAllProblems one until I found this issue. |
Working on code complete helping with this. |
Yes, but commands from extensions do not show up there. |
@aeschli is this a know limitation. Should commands from extensions show up here as well. |
@jrieken Joh added that... |
I would rather have format and fix all on save then binding fix all to format. |
The lightbulb is nice (reminds me of Eclipse). How about a keyboard shortcut to apply the fixes:
MOD+SHIFT+1
Apply all fixes in fileMOD+1
Apply all fixes on current lineThe text was updated successfully, but these errors were encountered: