How to set Netbeans Action Item filters to ignore third party folders? -


i not want see errors , warnings third party libraries in netbeans action items list, created filter shown below:

filters ignore vendor , node_modules folders

the filter turned on, still see many items node_modules folders. doing wrong? how should filter configured ignore coming node_modules , vendor folders?

i found solution hide parser errors in folder node_modules link: how ignore build folder in netbeans 'find in projects'?

but make netbeans hides node_modules project tree

steps:

  1. tools > options miscellaneous
  2. goto files tab
  3. add "node_modules" in ignored files pattern box. example:

^(node_modules|cvs|sccs|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!(taccess|git.+|hgignore)$).*$

  1. save

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -