WebStorm is a smart IDE for web development. Keyboard shortcuts can help you write, debug, and test your code faster. Here are three shortcuts that you should know.
1. Speed search
Press Shift + Up and then type the name of any file you want to find in WebStorm. You will see a list of suggestions. Press Enter to select an item. This also gets you to the navigation bar so you can clear up the file tree for a more zen like experience.
2. Recent files
Press Command + E and you will see a list of recent files that you have accessed. Press Enter to select a file.
3. Action search
Press Command + Shift + A and type the name of the action you want to execute. You will see a list of suggestions. Press Enter to execute an action.
Use these new powers carefully ;)
For more shortcuts check this article out here.
Go back Home