Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Ignore ToDo in specific folder or file with Intellij Idea IDE

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?

like image 263
Grubhart Avatar asked Aug 10 '14 04:08

Grubhart


People also ask

How do I ignore a folder in IntelliJ?

You can also just right click on your folder and select Mark Directory As > Excluded . Excluded folders (shown as rootExcluded) are ones that IntelliJ IDEA "partially ignores".

How do I add ignore files to IntelliJ?

right click on the project create a file with name . ignore, then you can see that file opened. at the right top of the file you can see install plugins or else you can install using plugins(plugin name - . ignore).

How do I search todos in IntelliJ?

First, expand all the todos (view the side menu or by pressing CTRL + numpad + . Then just start typing, and IntelliJ will take you to the first place the string you searched for appears, be it a name of a folder, file or the text of the todo comment itself.


2 Answers

enter image description here

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

every button click once and then your will know

like image 72
Ray Avatar answered Sep 25 '22 17:09

Ray


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

Pycharm Menu

like image 21
Jamie Roberts Avatar answered Sep 23 '22 17:09

Jamie Roberts