ctags icon indicating copy to clipboard operation
ctags copied to clipboard

GDScript: minor issue

Open masatake opened this issue 4 years ago • 0 comments

GDScript language reference:

  • https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_basics.html
  • https://docs.godotengine.org/en/stable/development/file_formats/gdscript_grammar.html#doc-gdscript-grammar
  • https://godotengine.org/article/gdscript-progress-report-new-gdscript-now-merged

The original discussion for designing the parser:

  • #3194
  • #3199

The critical issues:

  • [ ] add ctags-lang-gdscript.7.rst.in.

The optional items:

  • [ ] handling extends "file.gd".class
  • [ ] parse @icon(...) after class_name
  • [ ] remove unused code and share the code with python parser

masatake avatar Dec 01 '21 13:12 masatake