Short answer. No
Longer answer: Netbeans extension for VS Code provides Netbeans Java IDE
functionality via LSP interfaces.
LSP is a way of providing a standardized support for new languages across
editors. So this uses Netbeans LSP implementation for use in Visual Studio Code
Eric Bresie
ebre
Hi Al.
I'm definitely a Netbeans fan. This all came about when I started
looking into various Note Organising apps for my Uni course. The one I
have decided on using is an Extension to VS Code: Dendron. It's the best
of the bunch for what I'm after. And yer, VS Code can be a bit of a
challe
While working on Netbean Plugin project, I noticed in multiple examples of
code, that some code Netbean code leverage "file based" bundle files and
elsewhere leverages "Annotation" based code which results (from what I see)
in some "auto generated" files being created.
WIth that in mind, can anyon