File path completion in VS code, should it work? #780
-
Hey there, sorry I'm new to Godot and I haven't found a good answer to the problem I have, and I'm not sure if my setup is wrong or if the autocomplete just doesn't work like that. So I've got the VS code plugin generally working, it's giving auto complete suggestions for functions, etc. I now came across the usage of
and wanted the auto complete to give me useful suggestions for paths to my scenes. However, the auto complete just gave me function suggestions. Is this something that should work or is this a feature that's simply not available in VS code? Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, Is your running Godot instance connected to VS Code? If it is, there should be a |
Beta Was this translation helpful? Give feedback.
Hey,
normally you should get file recommendations there.
Just tried it with the latest version of the plugin and Godot 4.3:
Is your running Godot instance connected to VS Code? If it is, there should be a
✔️ Connected
in the bottom right corner of your VS Code.Also check if your configuration is correct.