Finding and Validating: workspace.index and workspace.diagnose
Estimated reading: 0 minutes
7 views
Beyond planning, Workspace Intelligence includes powerful tools for code discovery and path validation that prevent the errors AI assistants commonly make. The workspace.index command builds a searchable index of your C# codebase for instant class and method lookups, while workspace.diagnose catches seven classes of path anomalies before they cause file operation failures. This section covers how to use workspace.index for fast code search and workspace.diagnose for bulletproof path validation.