VS Code Extension Using Moss Semantic Search
Build a VS Code extension that lets developers run semantic search over their codebase directly from the editor sidebar, powered by a local Moss index.
Proposed UX
- Sidebar panel with a search input
- On submit: queries a Moss index built from the workspace files
- Results shown inline with file path, line number, and a relevance snippet
- Click result to open file at that location
- Command palette:
Moss: Index Workspace, Moss: Search
Acceptance Criteria
VS Code Extension Using Moss Semantic Search
Build a VS Code extension that lets developers run semantic search over their codebase directly from the editor sidebar, powered by a local Moss index.
Proposed UX
Moss: Index Workspace,Moss: SearchAcceptance Criteria
vscecompatible)Moss: Index Workspacecommand, crawls workspace files and populates a local Moss indexMoss: Searchcommand, opens sidebar search panel