godotengine / godot-csharp-vscode

Debugger and utilities for working with Godot C# projects in VSCode
https://marketplace.visualstudio.com/items?itemName=neikeq.godot-csharp-vscode
MIT License
145 stars 27 forks source link

Add Input Map Autocompletion for GetAxis and GetVector #49

Open Braveo opened 2 years ago

Braveo commented 2 years ago

Hi! I'm loving the autocomplete for Input Maps but I've noticed that Input.GetAxis and Input.GetVector are missing. It isn't a huge deal but it'd be nice to have.

image