GDScript LSP support

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tshrpl

Did someone manage to setup GDScript LSP ? I found this while searching the net

:bust_in_silhouette: Reply From: Calinou

A GDScript LSP server is included in Godot 3.2 and later. It’s started automatically when you open the editor.

Note that to use the GDScript LSP, you will need to install a compatible add-on for the editor you’re using. For instance, when using Visual Studio Code, you can use the Godot Tools add-on which is available on the Visual Studio Marketplace.