emacs-gdscript-mode icon indicating copy to clipboard operation
emacs-gdscript-mode copied to clipboard

An Emacs package to get GDScript support and syntax highlighting.

Results 24 emacs-gdscript-mode issues
Sort by recently updated
recently updated
newest added

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

good first issue
refactor

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

bug

When performing actions such as opening new files, and closing buffers I get errors like this: ![image](https://user-images.githubusercontent.com/57148878/120043409-d079a500-c003-11eb-8c8c-5d69dae48dea.png) I have [the workaround](https://github.com/godotengine/emacs-gdscript-mode#known-issues) in my emacs config, but it doesn't seem to...

bug

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

enhancement

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

enhancement
help wanted

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

enhancement
good first issue

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

bug
good first issue

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

enhancement
good first issue
refactor

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

discussion

**I'm submitting a...** - [x] Bug report. - [ ] Feature request. ## Bug report ## I have the `editorconfig` package enabled and an .editorconfig file: ``` root = true...

bug