Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ The below features are available via the keyboard shortcuts shown, or via the Co
|Build | (Win)`^B` or `F7`, (OSX) `⌘B` or `F7` |
|Error list | (via Command Palette) |

The "format on key" feature is on by default, which formats the current line after typing `;`, `}` or `enter`.
To disable it, go to Preference -> Package Settings -> TypeScript -> Plugin Setting - User, and add
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preference -> Preferences
Plugin Setting -> Plugin Settings

Put these items in bold or monospace

`"typescript_auto_format": true` to the json file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To disable it you set typescript_auto_format to true? Shouldn't it be false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooooops


Project System
------
The plugin supports two kinds of projects:
Expand Down