Skip to content

[FEATURE] Add Workspace Symbol Search #12

@FrilLab

Description

@FrilLab

Problem

The extension cannot currently discover where a symbol is defined or referenced across the workspace.

This limits contextual understanding for translations and explanations.

Proposed Solution

Use VSCode symbol APIs to locate:

  • Functions
  • Classes
  • Interfaces
  • Variables
  • Types

Relevant symbol information can be included in translation requests.

Alternatives

  • Simple text search
  • Project indexing only

Additional Context

This feature acts as a bridge between project indexing and retrieval-based context systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions