Skip to content

CTRL+Click for Go to Definition not working on Linux #10798

@Hanko2024

Description

@Hanko2024

Pre-submit Checks

Describe the bug

Environment:

  • OS: Linux Mint
  • Desktop: X-Cinnamon
  • Warp Version: warp-terminal --version
    Oz v0.2026.05.06.15.42.stable_05

Issue:
According to documentation, "Hold CTRL and click a symbol" should:

  1. Show underline while holding CTRL ✗ NOT WORKING
  2. Jump to definition on click ✗ NOT WORKING

However:

  • Right-click "Go to Definition" works ✓
  • gopls server is running (green status) ✓
  • Hover information works ✓
  • Inline diagnostics work ✓

Reproduction:

  1. Open any Go file in Warp editor
  2. Hold CTRL key
  3. Move mouse over a function name
  4. Expected: underline appears ✗
  5. Actual: no visual feedback

Workaround:

  • Using right-click menu

Logs:
tail -f "/home/liuhy/.local/state/warp-terminal/lsp/gopls/aba4c4d2b96a635d.log"
2026-05-13 14:30:03.288 | [debug] publishDiagnostics <- server: ACCEPTED file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/main.go version=Some(80) diag_count=0
2026-05-13 14:30:03.288 | [debug] render: OK file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/main.go render_version=80 diag_version=80 diag_count=0 age_ms=0
2026-05-13 14:40:14.667 | [debug] didChange -> server: file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go send_version=101 prev_version=Some(13) last_synced=Some(13) deltas=1
2026-05-13 14:40:14.679 | [debug] publishDiagnostics <- server: ACCEPTED file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go version=Some(101) diag_count=1
2026-05-13 14:40:14.679 | [debug] render: OK file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go render_version=101 diag_version=101 diag_count=1 age_ms=0
2026-05-13 14:40:15.746 | [debug] didChange -> server: file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go send_version=102 prev_version=Some(101) last_synced=Some(101) deltas=2
2026-05-13 14:40:15.758 | [debug] publishDiagnostics <- server: ACCEPTED file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go version=Some(102) diag_count=0
2026-05-13 14:40:15.758 | [debug] render: OK file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go render_version=102 diag_version=102 diag_count=0 age_ms=0
2026-05-13 14:53:41.768 | [error] textDocument/references failed: JSON-RPC error: {"code":0,"message":"no identifier found"}
2026-05-13 14:53:47.391 | [error] textDocument/hover failed: JSON-RPC error: {"code":0,"message":"rune error"}

To reproduce

tail -f "/home/liuhy/.local/state/warp-terminal/lsp/gopls/aba4c4d2b96a635d.log"
2026-05-13 14:30:03.288 | [debug] publishDiagnostics <- server: ACCEPTED file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/main.go version=Some(80) diag_count=0
2026-05-13 14:30:03.288 | [debug] render: OK file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/main.go render_version=80 diag_version=80 diag_count=0 age_ms=0
2026-05-13 14:40:14.667 | [debug] didChange -> server: file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go send_version=101 prev_version=Some(13) last_synced=Some(13) deltas=1
2026-05-13 14:40:14.679 | [debug] publishDiagnostics <- server: ACCEPTED file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go version=Some(101) diag_count=1
2026-05-13 14:40:14.679 | [debug] render: OK file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go render_version=101 diag_version=101 diag_count=1 age_ms=0
2026-05-13 14:40:15.746 | [debug] didChange -> server: file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go send_version=102 prev_version=Some(101) last_synced=Some(101) deltas=2
2026-05-13 14:40:15.758 | [debug] publishDiagnostics <- server: ACCEPTED file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go version=Some(102) diag_count=0
2026-05-13 14:40:15.758 | [debug] render: OK file=/home/liuhy/nsfocus-code/mycaasm/caasm-agent/cmd/agent/meta.go render_version=102 diag_version=102 diag_count=0 age_ms=0
2026-05-13 14:53:41.768 | [error] textDocument/references failed: JSON-RPC error: {"code":0,"message":"no identifier found"}
2026-05-13 14:53:47.391 | [error] textDocument/hover failed: JSON-RPC error: {"code":0,"message":"rune error"}

Expected behavior

No response

Screenshots, videos, and logs

No response

Operating system (OS)

Select an OS

Operating system and version

mint

Shell Version

No response

Current Warp version

No response

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.bugSomething isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.os:linuxLinux-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.triage-reviewedtriagedIssue has received an initial automated triage pass.

    Type

    No type
    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