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