- Edited
Hello,
In VS code IntelliSense is working and properly displaying inherited functions like _Ready and _Draw etc. However, as I type the code completion does not work. When I hit the tab key for autocompletion, everything I typed on that line disappears. I get the same result when I click a function in the IntelliSense window. Additionally when I manually type out a function, like _Ready(), the moment I type the open parentheses, my text gets removed too. I've attached a Gif of the weird error happening. The text deleting is specifically when I hit the tab key.
I'm not sure if this forum is where I should be asking this question as it is probably more of a VS Code problem, but I have never had this issue until trying out Godot.
Thanks for any help!