jtulach opened a new pull request, #5539: URL: https://github.com/apache/netbeans/pull/5539
I am still improving support for [Enso sbt projects](https://github.com/enso-org/enso/tree/develop/tools/enso4igv) in NetBeans and [GraalVM's IGV](https://github.com/oracle/graal/tree/master/visualizer). This time I'd like to improve support for _"Go to type"_. The idea is to check _source attribute_ of parsed `.class` file as soon as _binary open_ parses the file. If the attribute is present and `FileObject` of such name can be find in provided classpaths, open it instead of disassembling the class file. -- 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
