[PR #36] [CLOSED] Add lsp symbols to completion menu #9511

Closed
opened 2026-02-16 18:13:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/36
Author: @Adictya
Created: 5/18/2025
Status: Closed

Base: devHead: feat-completion-menu-commands-and-lsp


📝 Commits (1)

  • 99f2db9 feat: add support for lsp symbols

📊 Changes

6 files changed (+265 additions, -41 deletions)

View changed files

📝 internal/app/lsp.go (+1 -2)
📝 internal/completions/files-folders.go (+1 -1)
internal/completions/lsp.go (+49 -0)
📝 internal/llm/tools/lsp_workspace_symbols.go (+12 -5)
📝 internal/tui/components/dialog/complete.go (+192 -29)
📝 internal/tui/page/chat.go (+10 -4)

📄 Description

  • Adds support for completion menu to show lsp symbols
  • Converts command dialog to completion menu

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/36 **Author:** [@Adictya](https://github.com/Adictya) **Created:** 5/18/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat-completion-menu-commands-and-lsp` --- ### 📝 Commits (1) - [`99f2db9`](https://github.com/anomalyco/opencode/commit/99f2db9f3389b494832d93e5a5bd3b5e52e22e05) feat: add support for lsp symbols ### 📊 Changes **6 files changed** (+265 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `internal/app/lsp.go` (+1 -2) 📝 `internal/completions/files-folders.go` (+1 -1) ➕ `internal/completions/lsp.go` (+49 -0) 📝 `internal/llm/tools/lsp_workspace_symbols.go` (+12 -5) 📝 `internal/tui/components/dialog/complete.go` (+192 -29) 📝 `internal/tui/page/chat.go` (+10 -4) </details> ### 📄 Description - Adds support for completion menu to show lsp symbols - Converts command dialog to completion menu --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:41 -05:00
yindo closed this issue 2026-02-16 18:13:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9511