Add Reminders to Fix Something

Add a TODO or Fixme comment to remind yourself of fixing something in your code.

Tip Screenshot

Want to remind yourself to do or fix something in your code? Add a TODO or Fixme comment.

You will see all these reminders in the TODO tool window. WebStorm will also warn you before the commit if you have any TODOs left.


Related Resources

Create Arrow Functions in One Click
Create Arrow Functions in One Click
WebStorm can help you add arrow functions to your code.
Show CSS Color Preview
Show CSS Color Preview
How to display a CSS color in the background in WebStorm.
Clean Up Messy Imports With Optimize Imports
Clean Up Messy Imports With Optimize Imports
Quickly remove any unused imports and more.