godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.52k stars 149 forks source link

Intellisense sort methods/properties up the tree #489

Closed TheColorRed closed 6 months ago

TheColorRed commented 1 year ago

Godot version

v4.1.1.stable.official [bd6af8e0e]

VS Code version

1.81.1

Godot Tools VS Code extension version

1.3.1

System information

Windows 11

Problem statement

I would like it if intellisense showed the methods from the current object type and go up the node tree of inheritance. Currently from what I can tell, is that it shows the methods in alphabetical order no matter what the object is this makes it difficult to find all the methods/properties that you want to use especially if your new, or haven't used a class at all or often.

Proposed solution

It would be nice if it sowed the methods/properties first for that variable, then its parent then that ones parent, and so on.

DaelonSuzuka commented 11 months ago

This extension doesn't control the auto-completion results, those come from the Language Server that's running in the Godot Editor. It's possible there's already an issue related to this here: https://github.com/godotengine/godot/issues