Re: Netbans Language server protocol support

2021-06-17 Thread Bilu
thanks for those links. i was looking for month for a Netbeans
Robotframework plugin but unfortunately i didn't found one back then.
Thanks to this LSP support i have now at least the lexical coloration
support in the editor wich for me is enough.

As state in the discussions from the mailing list LSP still need native
supportto bring all the other netbeans feature (project type handling,
hints etc...).

Le 11/06/2021 à 19:02, Eric Bresie a écrit :
> Not an expert, but there are a few languages that leverage LSP in the
> mainline netbeans code base.  Many of which leverage "text-mate"
> grammars and/or LSP server functionality integrated within.   
>
> There was some discussion on dev mailing list (1) a little while
> back.  Maybe some of the details there might help or search for LSP
> threads (2)
>
> Eric Bresie
> ebre...@gmail.com 
>
> (1)
> https://lists.apache.org/thread.html/r004212da38a55a7779b58ed03e851e6f017b150abe43d7a868bea236%40%3Cdev.netbeans.apache.org%3E
> (2) https://lists.apache.org/list.html?*@netbeans.apache.org:lte=1y:LSP
>
> On Fri, Jun 11, 2021 at 9:55 AM Paulo Toledo
>  wrote:
>
> Hi,
> I think the files would be these according to the attached image.
>
> Regards
>
> Paulo
>
>


Re: Netbans Language server protocol support

2021-06-13 Thread Bilu
thanks you. it's works perfectly

Le 11/06/2021 à 16:55, Paulo Toledo a écrit :
>
> Hi,
> I think the files would be these according to the attached image.
>
> Regards
>
> Paulo
>
>


Re: Netbans Language server protocol support

2021-06-11 Thread Eric Bresie
Not an expert, but there are a few languages that leverage LSP in the
mainline netbeans code base.  Many of which leverage "text-mate" grammars
and/or LSP server functionality integrated within.

There was some discussion on dev mailing list (1) a little while back.
Maybe some of the details there might help or search for LSP threads (2)

Eric Bresie
ebre...@gmail.com

(1)
https://lists.apache.org/thread.html/r004212da38a55a7779b58ed03e851e6f017b150abe43d7a868bea236%40%3Cdev.netbeans.apache.org%3E
(2) https://lists.apache.org/list.html?*@netbeans.apache.org:lte=1y:LSP

On Fri, Jun 11, 2021 at 9:55 AM Paulo Toledo
 wrote:

> Hi,
> I think the files would be these according to the attached image.
>
> Regards
>
> Paulo
>
>
>


Re: Netbans Language server protocol support

2021-06-11 Thread Paulo Toledo

Hi,
I think the files would be these according to the attached image.

Regards

Paulo




Netbans Language server protocol support

2021-06-11 Thread Bilu Al
Hello,
I just discovered that NetBeans is supporting LSP (not sure if it's still
on dev or already fully implemented).

I wanted to add a language (ex Robotframework
) but don't know what to
fill in Syntax Grammar/Language Server in the dialog.
[image: image.png]