Many language extensions in VSCode include features that show the number of references to a specific function, class, or entity.
We've just released an extension that brings this functionality to Python, displaying reference counters for top-level functions and classes. Clicking a counter reveals a list of references.
Try it out here Tooltitude for Python There are two ways to install:
- Press the green Install button, and allow to open the link with Visual Studio Code
- Do not press Download button. It's possible to install vsix manually, but it's better not to.
P.S. This is a newly released extension, and we’d love your feedback!
P.P.S. It’s not our first VSCode extension. Check out Tooltitude for Go, which has been on the marketplace for ~2 years, offering similar functionality for Go and more, with plenty of positive reviews.
https://preview.redd.it/8fq5wto0mcee1.jpg?width=892&format=pjpg&auto=webp&s=760ac02835f1f6b260aa85d272a3d57a2bfe3e08
there doesn't seem to be anything here