WebStorm
The most powerful IDE for JavaScript/TypeScript development, completely covering modern web development from frontend to Node.js
Navigation shortcuts for fast jumps to classes, functions, and symbols to reach target code without getting lost even in large web projects
Ctrl+B → Ctrl+Click
Go to declaration
Navigates to the declaration of a symbol.
💡 Hint: Declaration
🎯 Instantly jump to variable or method declarations to quickly understand code flow
Ctrl+Shift+N
Go to file
Navigates to a file.
💡 Hint: File
🎯 Quickly navigate to any file in the project by typing its name
Ctrl+Alt+Shift+N
Go to symbol
Navigates to a symbol.
💡 Hint: Symbol
🎯 Instantly search for functions, classes, variables and other symbols across the project
Ctrl+E
Recent files
Shows a list of recently used files.
💡 Hint: Recent
🎯 Quickly switch to target files from a list of recently used files
Ctrl+Alt+B
Go to implementation
Navigates to the implementation of a symbol.
💡 Hint: Implementation
🎯 Jump directly to interface or method implementations to check actual processing
Alt+F7
Find usages
Finds usages of a symbol.
💡 Hint: Usages
🎯 Search all places where variables or methods are used to understand impact scope