Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm Ignore files/directories in TODO feature

Tags:

phpstorm

todo

Is it possible to exclude certain files from the TODO function in PhpStorm? For example, I'm using the highcharts javascript library. I don't want to see the few dozen or so TODO's they have marked mixed in with my own. I don't want to exclude this directory, because I still want to be able to view the files in a convenient manner.

like image 404
Jesse Schoff Avatar asked Feb 15 '13 18:02

Jesse Schoff


1 Answers

  1. In File > Settings > Scope add a new scope and make sure the files you like are green.
  2. Open TODO Tab View > Tool Windows > TODO (Alt + 6)
  3. In the top of TODOs click on Scope Based
  4. Below select your new scope from step 1 below Custom Local Scopes

enter image description here

like image 191
PiTheNumber Avatar answered Sep 25 '22 03:09

PiTheNumber