ppisl opened a new pull request #3802: URL: https://github.com/apache/netbeans/pull/3802
This will turn back on indexing of Groovy files in Java. This means that Groovy classes can now be offered in java source files. The Groovy file is used to create virtual Java source code that is indexed and stored in the java index. This will not only enable indexing, but features like code completion, hyperlinks, goto navigation should also work. More fixes were needed to get this working again. There are also a few fixes, such as: static arrays and methods are offered as arrays and methods in import statements - they were previously offered as classes in code completion. Translated with www.DeepL.com/Translator (free version) -- 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
