Show reference counts above GDScript function definitions in VS Code.
- Adds CodeLens above
funcdefinitions in.gdfiles - Resolves and displays
0 references,1 reference, orN references - Clicking the CodeLens opens the reference list for that function
This extension contributes the following setting:
gdscriptReferenceCodeLens.enabled: Enable or disable GDScript reference CodeLens
npm install
npm run compilePress F5 in VS Code to launch an Extension Development Host.
npm run compile
vsce packageMIT