Prettier-vscode: Key combination not working

Created on 13 Sep 2017  路  3Comments  路  Source: prettier/prettier-vscode

When I press command+shift+p this pops up, instead of formatting.
image

locked

Most helpful comment

That's expected. The popup you see is called the Command Palette.

When inside the command Command Palette you can search for Format Document as described in the usage section in the readme file.

You can define a shortcut yourself or use the built in formatter (also default). In my case it is shift + alt + f.

All 3 comments

That's expected. The popup you see is called the Command Palette.

When inside the command Command Palette you can search for Format Document as described in the usage section in the readme file.

You can define a shortcut yourself or use the built in formatter (also default). In my case it is shift + alt + f.

thanks so much!

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings