Relative Content

Tag Archive for c#visual-studio-codegodot

Suggestions don’t appear properly in Visual Studio Code

I have problem with suggestions in Visual Studio Code during coding some game. Whenever I see a tutorial on Youtube, all developers have those auto-suggestions working properly, like when they type for example Input., they receive instantly Godot methods, while when I use my Visual Studio Code, and I’m trying to do this, I get the message “no suggestions.” when for example i try to find the method is_key_pressed() while typing Input.is_ (Hotkey for ctrl + spacebar).