Skip to content

[Feature]: VS Code Extension #91

Description

@yatharthk2

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 scaffold (TypeScript, vsce compatible)
  • Moss: Index Workspace command, crawls workspace files and populates a local Moss index
  • Moss: Search command, opens sidebar search panel
  • Results link to source file + line number
  • Configurable: file globs to include/exclude, top-k, API key
  • Published to VS Code Marketplace (or instructions to install from VSIX)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions