[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-07-01 Thread Borwe (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149547#comment-17149547
 ] 

Borwe commented on NETBEANS-180:


what is even a textmate file? I have used LSP clients on some editors, it was 
normally just some json we edit, maybe some refrence to 
documentation/blog/anything on what you mean by textmate file could be the 
stepping stone I need.:)

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-29 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17147785#comment-17147785
 ] 

Christian Lenz commented on NETBEANS-180:
-

IMHO I think it should be splitted into Textmate files and Language Servers. 
One doesn't have anyfthing todo with the other.

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-29 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17147783#comment-17147783
 ] 

Christian Lenz commented on NETBEANS-180:
-

[~apupier] maybe [~jlahoda] can help here out, if there is a problem.

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-29 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17147782#comment-17147782
 ] 

Christian Lenz commented on NETBEANS-180:
-

[~borwe] just go to the options and see the GUI :). It is simple and IMHO dont 
need a further explanation. I mean a tutorial would be cool, for sure, but test 
it out, it is easy. Go to options -> Editors -> Language Servers -> see the gui 
and add your Language server and your textmate file.

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-24 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143571#comment-17143571
 ] 

Aurélien Pupier commented on NETBEANS-180:
--

 I was able to have UI to appear. But I was unable to make it working.

I tried with [Camel Language Server 
|https://github.com/camel-tooling/camel-language-server/].
it can work with several languages (xml, groovy, java, kotlin, javascript).
The language server is distributed as a standalone jar.

for extensions, i tried to use `xml`, `*.xml`, `groovy`.
I tried inside and outside of a project.
I tried with and without specifying a grammar file (when not providing one, 
there is an exception logged).



> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-23 Thread Borwe (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143304#comment-17143304
 ] 

Borwe commented on NETBEANS-180:


So the GUI actually works for adding language servers? can one elaborate how 
somebody can go about this? the example from the blogs appeared to show one 
needed to code a module for install.:)

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-23 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143032#comment-17143032
 ] 

Christian Lenz commented on NETBEANS-180:
-

The problem is, that the ergonomics module needs to be loaded and that is 
happening, when you open a project first. Then you can find the editor tab. It 
is really not nice but unfortunately it is as it is now. So in short, open a 
project and you should see the editor tab. This is was Jan told me back in the 
days, when I wanted to test the language server gui out.

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-23 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143026#comment-17143026
 ] 

Aurélien Pupier commented on NETBEANS-180:
--

Can you precise what needs to be activated/where the _editor_ option is 
available?

I installed Apache Netbeans IDE 12.0 following ll default steps and i'm missing 
several items compared to your screenshot. Especially, the "Editor" tab. I 
opened  with Tools -> Options

 !Screenshot from 2020-06-23 17-10-35.png! 



> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-23 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143011#comment-17143011
 ] 

Christian Lenz commented on NETBEANS-180:
-

FYI, it is there since 11.3 :). Maybe a bit earlier but definitely earlier than 
12.

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2020-06-16 Thread Borwe (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17137938#comment-17137938
 ] 

Borwe commented on NETBEANS-180:


I think this instructions need an update, in netbeans 12 there appears to be 
some GUI for language servers, maybe a simple blog post about this might help 
more.

 

!screen.jpg!

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: screen.jpg
>
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2019-11-25 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981371#comment-16981371
 ] 

Geertjan Wielenga commented on NETBEANS-180:


Follow the steps here and provide feedback on it, thanks:

https://blogs.apache.org/netbeans/entry/lsp-client-demo-ba-sh

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2019-11-24 Thread Mirko Raner (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981260#comment-16981260
 ] 

Mirko Raner commented on NETBEANS-180:
--

Can someone provide a quick update on the status of this effort? I saw [some 
initial announcement about a year 
ago|[https://blogs.apache.org/netbeans/entry/initial-language-server-protocol-support]],
 but it doesn't look like LSP is fully supported at this point.

Is there some Jira epic that lists what already has been done towards 
supporting LSP and what issues are still outstanding? I really would like to 
use LSP to integrate with some Xtext-based languages. Depending on the scope 
and size of the remaining tasks, I might be able to contribute some code as 
well.

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2019-04-25 Thread Dominik Pospisil (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826270#comment-16826270
 ] 

Dominik Pospisil commented on NETBEANS-180:
---

Is there any progress on that? I am trying to connect using NB 11 to a LUA LSP 
server without any luck :(

Seems that after establishing connection, netbens just sends Content Length 
header and that's it...

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-180) Please support the Language Server Protocol

2019-02-07 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762793#comment-16762793
 ] 

Christian Lenz commented on NETBEANS-180:
-

Hey [~jlahoda] I hope that it is ok, that I gave you that ticket. I think it is 
merged, right? If so, you an resolve the ticket as implemtented. Thx :)

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Christian Lenz
>Priority: Major
>
> 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.
> Cheers
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists