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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -