Commit 9d63252
Add full workspace parsing to workspace_symbol request
- Add get_workspaces() method to WorkspaceProtoConfigs to retrieve all workspace folders
- Update workspace_symbol handler to parse all files from all workspaces before collecting symbols
- Add progress reporting support for workspace symbol requests
- Now workspace symbols work across entire workspace, not just opened files
Co-authored-by: coder3101 <[email protected]>1 parent ad7ba22 commit 9d63252
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
388 | 400 | | |
389 | 401 | | |
390 | 402 | | |
| |||
0 commit comments