VS Code Shorts — See reference counts for JavaScript and TypeScript with the References Code Lens

Опубликовано: 13 Июнь 2023
на канале: Code 2020
5,717
75

Want to know how many times a class, function, or property is used in your code? Try enabling VS Code's built-in reference code lens for JavaScript and TypeScript

This code lens shows a reference count above classes, exported symbols, and properties. Click on the references count to view all references

#vscode #javascript #typescript #coding #programming #ide