GitHub user Chris2011 added a comment to the discussion: OpenIDE : how to embed a code editor
If you don't want to use LSP, because you don't need it (After few minutes of thinking) My 2 cents, you just need a TopComponent with different parts inside of it. So adding JEditorPane with/without a LineComponent as you would do it in any other applcaation. You can also check this repo to check the integration of the response panel: https://github.com/javierllorente/netbeans-rest-client and then you should have code completion by default. GitHub link: https://github.com/apache/netbeans/discussions/9110#discussioncomment-15511393 ---- 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
