Skip to content

yuanotes/gdscript-reference-codelens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDScript Reference CodeLens

Show reference counts above GDScript function definitions in VS Code.

Features

  • Adds CodeLens above func definitions in .gd files
  • Resolves and displays 0 references, 1 reference, or N references
  • Clicking the CodeLens opens the reference list for that function

Requirements

Extension Settings

This extension contributes the following setting:

  • gdscriptReferenceCodeLens.enabled: Enable or disable GDScript reference CodeLens

Development

npm install
npm run compile

Press F5 in VS Code to launch an Extension Development Host.

Packaging

npm run compile
vsce package

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors