Example of how to do TODO Filtering in Webstorm -


So I'm trying to figure out how to filter my Todo list when I see it now in 527 Most of which are in my libraries I saw it but in fact I felt the need for an example.

I would like to be able to write something like this in my code:

  // TODO name   

Then when I go to Todo tab I can only see those people, I get an example in

.

Basically I need to create a pattern:

  \ btodo name \ b. *  

Then make a filter and select that pattern.

Enter image details here


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -