Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Navigate to Test
Navigate to Test
Use the Go to Symbol popup to go to a test.
Jump between Files
Jump between Files
Use a shortcut to quickly jump between the Angular component's template, test, and other files.
Finding Tests in Large Test Files
Finding Tests in Large Test Files
Use the Structure tool window for quick navigation around large test files.
See Information about Packages
See Information about Packages
Check the description and the latest version of a package in package.json.
Using Switcher for Navigation
Using Switcher for Navigation
Swiftly jump to the last opened file or open a tool window using the popup.
Add Reminders to Fix Something
Add Reminders to Fix Something
Add a TODO or Fixme comment to remind yourself of fixing something in your code.
Syntax Highlighting for Other Languages
Syntax Highlighting for Other Languages
Look through PHP, Python, and other files in WebStorm.
File Structure Overview
File Structure Overview
Get a high-level view of the structure of a specific file.
Deleting File Safely
Deleting File Safely
Learn how to delete a file safely and check it's not in use before doing so.
Review Errors in Code
Review Errors in Code
WebStorm shows all errors and warnings in your file.
Renaming Files
Renaming Files
Rename a file to make it match the name of a class.
See All Available Refactorings in One Place
See All Available Refactorings in One Place
Use the Refactor This popup to look up all refactorings available in the current context.