|
82 | 82 | | `build_cancel` | Cancel a running build | |
83 | 83 | | `build_status` | Get current build status | |
84 | 84 |
|
| 85 | +### 🧭 Navigation Tools |
| 86 | + |
| 87 | +| Tool | Description | |
| 88 | +|------|-------------| |
| 89 | +| `goto_definition` | Navigate to the definition of a symbol | |
| 90 | +| `find_references` | Find all references to a symbol | |
| 91 | +| `symbol_document` | Get all symbols defined in a document | |
| 92 | +| `symbol_workspace` | Search for symbols across the solution | |
| 93 | + |
| 94 | +### 🐛 Debugger Tools |
| 95 | + |
| 96 | +| Tool | Description | |
| 97 | +|------|-------------| |
| 98 | +| `debugger_status` | Get current debugger state | |
| 99 | +| `debugger_launch` | Start debugging (F5) | |
| 100 | +| `debugger_launch_without_debugging` | Start without debugger (Ctrl+F5) | |
| 101 | +| `debugger_continue` | Continue execution (F5) | |
| 102 | +| `debugger_break` | Pause execution (Ctrl+Alt+Break) | |
| 103 | +| `debugger_stop` | Stop debugging (Shift+F5) | |
| 104 | +| `debugger_step_over` | Step over (F10) | |
| 105 | +| `debugger_step_into` | Step into (F11) | |
| 106 | +| `debugger_step_out` | Step out (Shift+F11) | |
| 107 | +| `debugger_add_breakpoint` | Add a breakpoint at a file and line | |
| 108 | +| `debugger_remove_breakpoint` | Remove a breakpoint | |
| 109 | +| `debugger_list_breakpoints` | List all breakpoints | |
| 110 | +| `debugger_get_locals` | Get local variables in current frame | |
| 111 | +| `debugger_get_callstack` | Get the call stack | |
| 112 | + |
| 113 | +### 🔍 Diagnostics Tools |
| 114 | + |
| 115 | +| Tool | Description | |
| 116 | +|------|-------------| |
| 117 | +| `errors_list` | Read build errors, warnings, and messages from the Error List | |
| 118 | +| `output_read` | Read content from an Output window pane | |
| 119 | +| `output_write` | Write a message to an Output window pane | |
| 120 | +| `output_list_panes` | List all available Output window panes | |
| 121 | + |
85 | 122 | ## 🛠️ Installation |
86 | 123 |
|
87 | 124 | ### Visual Studio Marketplace |
|
0 commit comments