You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unsure what the limitations of VSCode are but it would be really nice if we could show some sort of an icon on a method that is a signal method. This is currently show in Godots code editor like this:
The text was updated successfully, but these errors were encountered:
I'm probably not going to implement this, for two reasons:
First, the extension doesn't have access to this information.
@ryanabx would it possible for the language server to expose this?
In theory, I could find this information by parsing scene files, but I'd really have to parse every scene file in the project and build a big index, which is way too much work for this minor feature.
Second, gutter decorations in VSCode are hard to work with, and I'm not sure if custom icons like that are actually possible.
Unsure what the limitations of VSCode are but it would be really nice if we could show some sort of an icon on a method that is a signal method. This is currently show in Godots code editor like this:
The text was updated successfully, but these errors were encountered: