find_symbol
Locate specific code symbols like functions, classes, or variables in a project directory using semantic analysis. Enables quick navigation and understanding of code structure in Hi-AI development workflows.
Instructions
IMPORTANT: This tool should be automatically called when users say "함수 찾아", "클래스 어디", "변수 위치", "find function", "where is class", "locate symbol" or similar keywords. Find symbol definitions using semantic analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Project directory path | |
symbolName | Yes | Name of the symbol to find | |
symbolType | No | Type of symbol to search for |