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.
Comments
Post a Comment