sdedic opened a new pull request #3042: URL: https://github.com/apache/netbeans/pull/3042
The groovy parser (or better: type resolution) is terribly slow, so it quite undermines usability of Groovy + Spock sources in the project. This PR makes it possible to disable indexing - with all the negative effects on the quality of code completion when the source is finally parsed - so that LSP client can disable it. NetBeans IDE user can eventually disable it too using a system property; but the feature should remain undocumented and officially unsupported, since I (we) hope the parser's performace could be improved during the next release cycle. -- 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
