Last active
February 15, 2018 11:31
-
-
Save hamecoded/7dff5e2ab30fad287bd9a5e71a18f4fe to your computer and use it in GitHub Desktop.
application shortcuts cheatsheet and hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://medium.com/@jm90mm/adding-prettier-to-webstorm-a218eeec04d2 | |
| cmnd + shift + p :prettier | |
| cmnd + option + l :formatter | |
| cmnd + shift + i :quick definition on project tree. Then navigate with arrows | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ctrl + a set cursor to start of line | |
| ctrl + e set cursor to end of line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment