lang-gdscript

GDScript (Godot Scripting Language) grammar and completions for atom.io.

PrestonKnopp

23,473

7

6.3.0

GitHub

This package consumes the following services:

lang-gdscript package

GDScript (Godot Scripting Language) grammar for atom.io.

Features

Dependencies

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).

Install

Optionally install atom-ide-base for an IDE like experience:

Usage

Q&A

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?

  1. Make sure the relevant atom-ide-* package is installed or atom-ide-base which installs all of the atom ide packages.
  2. Open the Godot Editor (v3.2+).
  3. Check that the lang-gdscript's server port setting matches the Godot Editor's language server port.
  4. Try opening a gdscript file. lang-gdscript will attempt to connect when a new gdscript file is opened.

Changelog

v6.2.0