emacs-gdscript-mode
emacs-gdscript-mode copied to clipboard
An Emacs package to get GDScript support and syntax highlighting.
I'm getting these warnings when installing this package. Maybe you want to fix it? Thanks! ``` In end of data: gdscript-hydra.el:157:1:Warning: the function `gdscript-hydra--menu/body' is not known to be defined....
When toggling breakpoints, while they do get stored in the breakpoints buffer, they don't appear visually in the current buffer. Bug reported by @matthew-a-schultz in https://github.com/godotengine/emacs-gdscript-mode/issues/110#issuecomment-933040921
When performing actions such as opening new files, and closing buffers I get errors like this:  I have [the workaround](https://github.com/godotengine/emacs-gdscript-mode#known-issues) in my emacs config, but it doesn't seem to...
We have debugger support since a few months, and it works, but the UX could use some more refinement. Clearing breakpoints is tedious at the moment at you have to...
Add code snippets or skeletons for GDScript. I use [yasnippet](https://github.com/joaotavora/yasnippet), that's really powerful, but should snippets for this package be included here? Split to another package? Should I use the...
The default keybindings that this mode assumes conflicts with what I've already setup. I suggest, that the default keybindings should be provided as keymap that the user can then bind...
Running `gdscript-format-buffer`, once the formatting operation completed, does not revert the buffer instantly, letting you type characters that can get lost. That is unlike `gdscript-format-region`, that locks Emacs until the...
While we have imenu support, it's based on the built-in Python package and not tailored to GDScript, creating tables that are useful but that also have incorrectly sorted or formatted...
If you would like to suggest and discuss features to add to the package, this is the place to do so. We now have all the essentials in place, and...
**I'm submitting a...** - [x] Bug report. - [ ] Feature request. ## Bug report ## I have the `editorconfig` package enabled and an .editorconfig file: ``` root = true...