You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Zoli Szabó <zo...@gmail.com> on 2021/05/24 10:08:19 UTC

[lsp] Setting up language servers in NetBeans?

 Hi everyone,

Is there a documentation or tutorial on how to set up language servers in
NetBeans options (Tools -> Options -> Editor -> Language Servers (tab))?

Concrete example - if I'd like to set up code completion for Laravel's
Blade templating engine using
https://github.com/onecentlin/laravel-blade-snippets-vscode, what would be
the necessary steps? For the "Syntax Grammar" field I added the
"blade.tmLanguage.json" syntax file I found in the aforementioned project,
but I am unsure about what I should select for the "Language Server" input
field.

Thanks,
Zoli