This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269070

Summary: Please support the Language Server Protocol
Product: ide Reporter: Christian Lenz <chrizzly>
Component: CodeAssignee: issues@ide <issues>
Status: CLOSED INVALID    
Severity: normal CC: Sanva
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2016-11-22 10:28:09 UTC
As you can see it here: https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol and here: https://github.com/Microsoft/language-server-protocol this stuff gets very hot these days. It's about to have a commong language server, which handles the language by them self and will send you errors, warnings, code completion and many more without creating a new language support into the IDE. This is very cool, so for netbeans it would be possible only to create file templates and projects, not more, the rest will do the commong language server protocol.

Maybe it could be a 3rd-party-plugin :)


Cheers

Chris
Comment 1 everflux 2017-02-03 17:07:51 UTC
Does this relate to the everlaw nbts plugin? Afaik they use the Microsoft TS language server.
Comment 2 Christian Lenz 2017-02-04 14:45:03 UTC
Hm it relates to a lot of languages. Or more that Eclipse uses it and visual studio code too. I don't know whether nbts uses it or not.
Comment 3 Christian Lenz 2017-07-20 09:49:21 UTC
(In reply to everflux from comment #1)
> Does this relate to the everlaw nbts plugin? Afaik they use the Microsoft TS
> language server.

You are right, NBTS is using the LSP.
Comment 4 Christian Lenz 2017-11-27 16:41:43 UTC
I will close it, because it will handled now at the JIRA board: https://issues.apache.org/jira/browse/NETBEANS-180. Please feel free to change the state of the ticket.