Re: How to Implement a New Language

2021-03-28 Thread Jonathan Bergh
Hi Eric I tried a few months (maybe 6?) to implement RustLang into Netbeans (actually sent a few emails to the dev list for help, but they never seemed to be received on the list) and found that I had to experiment with the various tutorials to get something working ie. following one or the other

Re: How to Implement a New Language

2021-03-25 Thread antonio
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

Re: How to implement a new language on LSP (Python)

2021-01-26 Thread Jan Lahoda
Hi, I've started with a page here: https://cwiki.apache.org/confluence/display/NETBEANS/Adding+New+Language+Support Feedback, or improvements based on experiences are welcome! Jan On Sun, Jan 24, 2021 at 3:22 PM Matthias Bläsing wrote: > Hi Eric, > > Am Samstag, den 23.01.2021, 14:37 -0600 s

Re: How to implement a new language on LSP (Python)

2021-01-24 Thread Matthias Bläsing
Hi Eric, Am Samstag, den 23.01.2021, 14:37 -0600 schrieb Eric Bresie: If one was to want to implement a new language using LSP, what does that take?  Is there any document on doing so? have a look at the TypeScript module (webcommon/typescript.editor) or the whole cpplite cluster. Both build on t