#what is the "GDScript language server"?

1 messages · Page 1 of 1 (latest)

fair otter
#

When starting godot, I noticed GDScript language server started on port 6005. Cool! What does that mean? What can I do with this knowledge?
Can I connect to this server and run GDScript witout the editor, like any ol programming language? Maybe just wishfull thinking...

gilded flower
#

I know it as being what an external IDE connects to to provide feedback warnings/errors on code (specifically, I use VS Code as my editor, and the language server lets me see in VS Code when I've made an error)