We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9496c5c commit 0e012b9Copy full SHA for 0e012b9
README.md
@@ -107,6 +107,8 @@ Covered here : http://basarat.gitbooks.io/typescript/content/docs/jsx/tsx.html
107
## Format Code
108
Shortcut : `ctrl+alt+l` or `cmd+alt+l`. Will format just the selection if you have something selected otherwise it will format the entire file.
109
110
+Format on save is covered [here](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md#formatOnSave)
111
+
112
## Go to Declaration
113
Shortcut : `F12`. Will open the *first* declaration of the said item for now. (Note: some people call it Go to Definition)
114
0 commit comments