The class finder parses D files and lists any classes defined inside.
It does not attempt to limit the search to Godot-related classes or expand
mixins; a completely accurate class list would require its own compiler or a
compiler plugin system for D to list the classes as they're compiled.
The class finder parses D files and lists any classes defined inside.
It does not attempt to limit the search to Godot-related classes or expand mixins; a completely accurate class list would require its own compiler or a compiler plugin system for D to list the classes as they're compiled.