GDScript (Godot Scripting Language) grammar for atom.io.
apm install lang-gdscript
lang-gdscript
apm install
then apm link
Optionally install atom-ide-ui
for an IDE like experience:
apm install atom-ide-ui
Connecting to Godot's Language Server
Show GDScript Language Client's status via
I just want syntax highlighting and tree sitter isn't working, what can I do?
GDScript (Legacy Textmate Grammar)
.How come I'm not getting completion results, diagnostics, errors, etc?
First, make sure at least atom-ide-ui
or the atom-community-ide packages are installed.
Second, make sure the Godot Editor (v3.2+) is open.
Third, make sure the lang-gdscript's server port setting matches the Godot Editor's language server port.
Lastly, try opening a gdscript file. lang-gdscript will attempt to connect when a new gdscript file is opened.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.