PhpStorm Ignore files/directories in TODO feature

后端 未结 4 1570
梦毁少年i
梦毁少年i 2021-01-07 16:21

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

4条回答
  •  不要未来只要你来
    2021-01-07 16:42

    Yes, you can -- via custom scope that would include all but unwanted files/folders (Settings | Scopes) and then just choose it in TODO window.

    Check these articles for details:

    • http://blog.jetbrains.com/webide/2012/10/managing-todo/
    • http://confluence.jetbrains.com/display/PhpStorm/Working+with+todo+comments+and+the+todo+tool+window

    P.S.
    This functionality is available since v6 only.

提交回复
热议问题