zed-gdscript
zed-gdscript copied to clipboard
Zed support for the Godot game engine and the GDScript language
LSP disconnects often loses connections after a couple of minutes silently Windows 10. It seems to occur after a ~2min period of inactivity. Nothing in the editor tells me that...
GDScript uses [BBCode](https://docs.godotengine.org/en/stable/tutorials/ui/bbcode_in_richtextlabel.html#doc-bbcode-in-richtextlabel) for formatting code docs. Currently, the docstrings are shown unparsed:  It would be nice to have them properly formatted. At least source code blocks and some...
https://github.com/user-attachments/assets/d2477194-ec90-4190-8bee-9a6555e3d873 Godot: 4.5.1 NMap: 7.98 Zed: v0.211.6 OS: Windows 10.0.26200
Hopefully the gibberish in the title above makes some sense. Can you please consider adding an optional GDScript extension setting to specify the relative path to Godot project subfolder if...
_Maintainer edit: The Godot engine catches and answers language server requests on files other than gdscript. This causes it to report errors on non-GDScript files. We don't have a way...
**I'm submitting a...** - [ ] Bug report. - [x] Feature request. ## Feature request ## It would be great to see the linting warnings for [godot-gdscript-toolkit gdlint](https://github.com/Scony/godot-gdscript-toolkit?tab=readme-ov-file#linting-with-gdlint-more) directly in...
I'm not sure if this is a bug or a missing feature. Usually, variables get listed for code completion while typing: ``` var is_sunny_weather = true if is_sun| # |...
Would be nice to have the ability in Zed to collapse #regions, like the Godot Editor does. Come to think of it, this might be something the tree-sitter is handling...
**I'm submitting a...** - [x] Bug report. - [x] Feature request. ## Bug report ## **What is the current behavior?** If you open multiple Godot projects in one Zed window...
Currently, when the language server will not connect, because Godot is not launched, or because Godot was closed, there is no information to the user, and the extension will not...