40

i'm using jquery sourcecode for development (later i'm gonna change for min, version) and Intellij Idea detect the TODO in the jquery code, anybody know how ignore the todo in an specific file or folder?

Grubhart
  • 1,106
  • 13
  • 19
  • 8
    probably you should mark this directory as library, not as sourcecode directory – Ivan Klass Aug 10 '14 at 05:36
  • 2
    Possible duplicate of [PhpStorm Ignore files/directories in TODO feature](http://stackoverflow.com/questions/14901462/phpstorm-ignore-files-directories-in-todo-feature) – Bill Oct 21 '16 at 12:20

2 Answers2

36

enter image description here

todo->scope Based. use [...] button config your filter patterns

every button click once and then your will know

Ray
  • 583
  • 6
  • 10
29

This is how I did this with Pycharm. Right click on the folder you wish to exclude, then Mark Directory as > Excluded.

Pycharm Menu

Jamie Roberts
  • 291
  • 3
  • 4
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/19916237) – AustinWBryan Jun 03 '18 at 23:15
  • 1
    Hello Austin - Thanks for embedding the image for me - I am not allowed due to low reputation (This is my first answer) - your downvote is just going to exacerbate this situation – Jamie Roberts Jun 05 '18 at 09:56
  • I didn't edit the post nor downvote you. Though, I did mark the post for deletion because you should've included the important parts from whatever the link was into the post itself – AustinWBryan Jun 06 '18 at 03:26
  • Should be the default answer ))) – dmitry_romanov Jun 12 '20 at 10:51