godotengine / godotengine/emacs-gdscript-mode

Rewrite gdscript-imenu to provide GDScript-specific tables

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue refactor
Dominant language
Emacs Lisp
Stars
401
Forks
42
Avg merge
23h 23m
Merged PRs (30d)
1

Description

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 entries at times. For instance, signals get labeled as "Structs".

Tasks:

- [ ] Correctly label functions, variables, and inner classes.
- [ ] Add support for optional type hints, at least for functions. We need a regexp that captures ` -> type`. It'd be nice to have for variables too but with inferred types we're a bit limited.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.