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

Keyboard Shortcut for editor.action.format not working #15312

Closed
ramya-rao-a opened this issue Nov 10, 2016 · 3 comments
Closed

Keyboard Shortcut for editor.action.format not working #15312

ramya-rao-a opened this issue Nov 10, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug formatting Source formatter issues verified Verification succeeded
Milestone

Comments

@ramya-rao-a
Copy link
Contributor

Smoke Testing 1.7.2

  • VSCode Version: 1.7.2
  • OS Version: Windows

Steps to Reproduce:

  1. Add a keyboard shortcut for editor.action.format
{
   "key": "ctrl+shift+w",
   "command": "editor.action.format"
}
  1. Use the shortcut on any js or ts file

Expected : File gets formatted
Actual : No Change

The Right Click -> Format Document works though

@CoenraadS
Copy link
Contributor

#15040

@ramya-rao-a
Copy link
Contributor Author

I agree with #15040 (comment)
editor.action.format should be removed from the list of available commands

image

@alexdima alexdima assigned jrieken and unassigned alexdima Nov 12, 2016
@jrieken jrieken added the formatting Source formatter issues label Nov 14, 2016
@jrieken jrieken added this to the November 2016 milestone Nov 14, 2016
@jrieken jrieken added the bug Issue identified by VS Code Team member as probable bug label Nov 18, 2016
@jrieken
Copy link
Member

jrieken commented Nov 18, 2016

It's actually not doing anything anymore...

@ramya-rao-a ramya-rao-a added the verified Verification succeeded label Dec 8, 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
bug Issue identified by VS Code Team member as probable bug formatting Source formatter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants