File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,16 @@ IMPORTANT: Only run code modification tools after presenting a plan and receivin
68
68
Do not add tests unless specifically requested. If you believe testing is important, explain why and let the user decide.
69
69
```
70
70
71
+ For context efficiency when exploring codebases, consider adding this to your CLAUDE.md:
72
+ ```
73
+ ## VS Code Symbol Tools for Context Efficiency
74
+ Use VS Code symbol tools to reduce context consumption:
75
+ - `get_document_symbols_code` for file structure overview instead of reading entire files
76
+ - `search_symbols_code` to find symbols by name across the project
77
+ - `get_symbol_definition_code` for type info and docs without full file context
78
+ - Workflow: get outline → search symbols → get definitions → read implementation only when needed
79
+ ```
80
+
71
81
72
82
73
83
This extension serves as a Model Context Protocol (MCP) server, exposing VS Code's filesystem and editing capabilities to MCP clients.
You can’t perform that action at this time.
0 commit comments