GitHub user priyanahata added a comment to 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 source code and inspect java types using netbeans apis that existed "much before LSP". Check CodeModel, JavaAnalysis, JavaSources tools 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
