Long story short: if you build it you're under control. If someone else
builds the LSP server for you then you're not under control, but you
don't have to build it.
Note also that "implementing a new language" (adding support for it in
NetBeans, if I understand your question correctly) is much more than
lexing and parsing the language.
You may want to add a specific project type, interact with language
specific tools (Makefiles, pom.xml or whatever), add wizards, editor
folding, editor hints, etc.
HTH,
Antonio
On 25/03/2021 13:55, Eric Bresie wrote:
And what is the pros/con of each approach?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists