pursIdeUsages
Locate every instance of a function, type, or value across a project to assess refactoring impact. Requires an active IDE server and loaded modules. Use it before refactoring to ensure all relevant areas are updated.
Instructions
Find everywhere a specific function, type, or value is used across the project. PREREQUISITES: IDE server running and modules loaded. Essential for refactoring - shows impact of changes. If you plan to refactor, get usages before refactoring so you can make changes to all places that function is used.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
identifier | Yes | The identifier to find usages for. | |
module | Yes | Module where the identifier is defined. | |
namespace | Yes | Namespace of the identifier. |