Re: Autocompletition issue

2021-06-11 Thread Paulo Toledo
Hi I use Netbeans 12.4 and it didn't show the same behavior. Try doing a clean install of Netbeans 12.4, removing any folders referring to previous Netbeans. Regards Paulo

Re: Actions in Project Properties

2021-06-11 Thread Martin Meeser
sry I misread your question On 11.06.21 20:54, Martin Meeser wrote: Hello Albo, I do use the Action List to overview my // TODOs if you add a // TODO (and a bunch of other patterns, it is also configurable) it will show up in the Action List. Not sure if you are already aware of that

Re: Actions in Project Properties

2021-06-11 Thread Martin Meeser
Hello Albo, I do use the Action List to overview my // TODOs if you add a // TODO (and a bunch of other patterns, it is also configurable) it will show up in the Action List. Not sure if you are already aware of that but just in case you were not kind regards On 11.06.21 18:40, Jorge

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

Actions in Project Properties

2021-06-11 Thread Jorge Garcia de Alba
Hello, I would like to be able add, rename or remove any actions (File -> Project Properties -> Actions) on the list. How can I do this? Thanks Jorge Garcia de Alba - To unsubscribe, e-mail:

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.