Getting Helpful Suggestions

Look out for suggestions from WebStorm! They can help you not to forget about an important thing.

Tip Screenshot

If dependencies in package.json changed after the update from Version Control, WebStorm will suggest running npm or yarn install.

See Also

Related Resources

Add and Remove Breakpoints Quickly
How to toggle breakpoints without using the mouse.
Evaluate Expressions When Debugging
How to check the value of an expression in WebStorm.
See Return Values in Variables View
See what value a method returns.