GitHub user priyanahata edited a comment on the discussion: Interactive Java Notebooks (IJNB) support
Ivan, on the plugin, we didnt use the LSP api but the model can still "surf" through the sources of your code or any dependencies and inspect java types using netbeans apis that existed "much before LSP". Check CodeModel, JavaAnalysis, JavaSources tools, it also has a "go to type" feature for the model to find "similar types" in your projects classpath GitHub link: https://github.com/apache/netbeans/discussions/9126#discussioncomment-15468838 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [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
