Find References
Next LS provides support for Find References.
This allows you to see all usages of a module or function throughout your codebase. It works for your application code as well as references to standard lib and dependencies.
Demo
Caveats
The following checklist indicates which types of symbols can have their references located.
Subject to change!
- Modules
- Functions
- Modules (dependency)
- Functions (dependency)
- Variables
- Module Attributes
- Modules (stdlib)
- Functions (stdlib)
- Types