This package provides:
- definitions@0.1.0
- code-actions@0.1.0
- outline-view@0.1.0
- code-highlight@0.1.0
- find-references@0.1.0
- autocomplete.provider@2.0.0
This package consumes:

GDScript (Godot Scripting Language) grammar for atom.io.
Pre-built binaries for tree-sitter-gdscript and tree-sitter-godot-resource are available for Linux (64 bit), macOS (64 bit), and Windows (32 & 64 bit).
apm install lang-gdscript
lang-gdscriptapm install then apm linkOptionally install atom-ide-base for an IDE like experience:
apm install atom-ide-baseConnecting to Godot's Language Server
Show GDScript Language Client's status via
I would like syntax highlighting and tree sitter isn't working, what can I do?
Make sure Atom is up to date and try re-installing. Otherwise, the legacy text-mate grammar is still included. You can select the non-tree-sitter grammar which is called GDScript (Legacy Textmate Grammar).
How come I'm not getting completion results, diagnostics, errors, etc?
atom-ide-* package is installed or atom-ide-base which installs all of the atom ide packages.enableGodotLanguageServerClientinferred_type highlight scope