Skip to content

✨ feat(mq-lsp): add workspace/symbol support#2011

Merged
harehare merged 1 commit into
mainfrom
feat/lsp-workspace-symbol
Jul 14, 2026
Merged

✨ feat(mq-lsp): add workspace/symbol support#2011
harehare merged 1 commit into
mainfrom
feat/lsp-workspace-symbol

Conversation

@harehare

Copy link
Copy Markdown
Owner

Summary

Implement the workspace/symbol LSP handler so symbol search works across all files/modules loaded into the shared Hir, not just the current document. Also narrow the existing #[allow(deprecated)] in document_symbol.rs to the single DocumentSymbol.deprecated field assignment kept for pre-3.15 LSP client compatibility.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📝 Documentation
  • ⚡ Performance
  • ✅ Test
  • 📦 Build / dependencies
  • 👷 CI

Checklist

  • I ran cargo fmt and cargo clippy and addressed any warnings
  • I ran just test-all and all tests pass
  • I added or updated tests covering this change
  • I updated relevant documentation (/docs, crate README.md) if needed
  • I added a changelog entry if this is a user-facing change

Additional Context

Implement the workspace/symbol LSP handler so symbol search works
across all files/modules loaded into the shared Hir, not just the
current document. Also narrow the existing #[allow(deprecated)] in
document_symbol.rs to the single DocumentSymbol.deprecated field
assignment kept for pre-3.15 LSP client compatibility.
@harehare harehare merged commit 2d2cde7 into main Jul 14, 2026
9 checks passed
@harehare harehare deleted the feat/lsp-workspace-symbol branch July 14, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant