Thanks. How do I know that my code completion is coming from Apache NetBeans Java Language Server or from the Java Extension Pack from VS Code?
Thanks, Gj On Tue, Nov 3, 2020 at 6:26 PM Jaroslav Tulach <[email protected]> wrote: > Hello Geertjan, > I am looking forward to your bugreports! > > > I have some questions, trying to set up the Apache NetBeans Language > Server > > > in VS Code: > > > > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+extension+for+Visual+Studio+Code > > > > 1. Does one also need to download NetBeans to use this extension? > > > > No. The essential part of NetBeans modules is part of the `.vsix` file. > > > > 2. Do other extensions, e.g., the Java Installer Pack for VS Code, also > > need to be installed? > > > > No. I prefer to disable them, but one can keep them enabled as well. The > two functionalities seem to co-exist relatively well. > > > > 3. Does this extension conflict with other similar extensions? > > > > Not really, but the main focus was on testing this extension in isolation. > > > > 4. What is the "java.lsp.server" folder, where does it come from (is it > > provided by the extension)? > > > > That's where the sources are: > > https://github.com/apache/netbeans/tree/0cb71ada8d7fb02672e7a1bc18b19eb9e6487051/java/java.lsp.server > > Good luck editing and debugging your source code! > -jt > > > > On Tue, Nov 3, 2020 at 8:43 AM Jaroslav Tulach < > [email protected]> > > wrote: > > > > > Martin Balin <[email protected]> wrote: > > > > > > > Dear Apache NetBeans community, > > > > As I've asked some time ago I would like "Apache Netbeans Language > > > Server" > > > > VSCode extension to join 12.2 release train. > > > > > > > > After recent development Apache NetBeans Language Server extension is > > in > > > > Beta shape as well as the rest of Apache NetBeans 12.2. A 12.2 beta3 > > > > version of the "Apache Netbeans Language Server" VSCode extension has > > > > been built from the same 12.2beta3 tag. Find the .vsix file at > > > > https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/164/ > > > > > > > > Install it into your VSCode and use as documented on a dedicated wiki > > > page: > > > > > > > > > > > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+extension+for+Visual+Studio+Code > > > > > > > > Once the 12.2 source release is approved, let's initiate another vote > > > > about Apache Netbeans Language Server VSCode extension convenience > > > binary. > > > > Let's upload it to VSCode marketplace once https:// > > > > issues.apache.org/jira/browse/INFRA-21017 is resolved. > > > > > > > > Is that OK? > > > > > > > > > > > I did some testing and realized that on JDK8 the extension cannot be > > > launched. I've reported that as > > > https://issues.apache.org/jira/browse/NETBEANS-4981 > > > > > > I haven't found any suitable component to classify the bug report, so > > I've > > > created a new one `vscode`. > > > -jt > > > > > >
