Skip to content

Initial release

Choose a tag to compare

@Mathijs-Bakker Mathijs-Bakker released this 02 Sep 13:36
· 32 commits to master since this release
951abff

Changelog

Added

  • Optional C# support (csharp=true in config):
    • Health checks for dotnet, csharp-ls/omnisharp, and netcoredbg.
    • Guidance for installing missing dependencies.
  • :checkhealth godotdev integration with structured sections:
    • Dependencies
    • Godot detection
    • C# support
  • New command :GodotReconnect to reattach the Godot LSP for all open Godot buffers.
  • Autocommands so reconnect commands are only available when editing Godot filetypes (gdscript, gdresource, gdshader).
  • Initial Vim help documentation (:help godotdev).
  • Added screenshot links in README.md showing the Godot Editor panel.