You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above a function or module declaration, we should display a code lense that shows the number of references of that module or function.
I believe languages like C# have this in Visual Studio.
Since you can call functions dynamically, it showing 0 doesn't mean you can delete it, but can be a useful indicator if it is statically called anywhere
The text was updated successfully, but these errors were encountered:
Description
Above a function or module declaration, we should display a code lense that shows the number of references of that module or function.
I believe languages like C# have this in Visual Studio.
Since you can call functions dynamically, it showing 0 doesn't mean you can delete it, but can be a useful indicator if it is statically called anywhere
The text was updated successfully, but these errors were encountered: