This extension show references in Python using CodeLens API just like the default Typescript version.
It uses the CodeLens Provider from Visual Studio code together with the built-in references functionality.
- Run
yarn install
in terminal to install dependencies - Run the
Run Extension
target in the Debug View. This will:- Start a task
npm: watch
to compile the code - Run the extension in a new VS Code window
- Start a task
- Make sure it starts after Python plugin has loaded
- Verify performance and load
- Test in real use...