matthiasblaesing commented on pull request #3209: URL: https://github.com/apache/netbeans/pull/3209#issuecomment-933788738
@JaroslavTulach it would be good if you could have a look at this from an API pespective and maybe you know someone (or are that one yourself), that could check if the implementation makes sense from the indexing infrastructure perspective. @Chris2011 you might want to have a look at this, as this picks up an idea you planted in my head. You suggested, that the node_modules folder should be added to the "Ingnored Files Pattern" and thus be excluded from the IDE via the `VisibilityQuery`. The issue with that is, that that is a sharp weapon. I tried it for a time, but noticed, that I had to look more often into the `node_modules` folder, than I thought. The difference between the `VisibilityQuery` and the `IndexabilityQuery` is, that the first completely hides the file from the IDE, while the latter is focused on the indexing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
