[PR #12492] feat: add tsgo support #14239

Open
opened 2026-02-16 18:19:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12492

State: open
Merged: No


What does this PR do?

Fixes #67

Adds support for using typescript-go LSP with opencode. OpenCode experience will be faster, using all the improvements from typescript-go.

How did you verify your code works?

By installing typescript-go in the project or globally in your system and running opencode with OPENCODE_EXPERIMENTAL_TSGO=true.

Example:

OPENCODE_EXPERIMENTAL_TSGO=true bun run --cwd /Users/myuser/myproject --conditions=browser .

Ask to do some operation that involves tsgo LSP:

image
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12492 **State:** open **Merged:** No --- ### What does this PR do? Fixes #67 Adds support for using typescript-go LSP with opencode. OpenCode experience will be faster, using all the improvements from typescript-go. ### How did you verify your code works? By installing typescript-go in the project or globally in your system and running opencode with `OPENCODE_EXPERIMENTAL_TSGO=true`. Example: ``` OPENCODE_EXPERIMENTAL_TSGO=true bun run --cwd /Users/myuser/myproject --conditions=browser . ``` Ask to do some operation that involves tsgo LSP: <img width="294" height="234" alt="image" src="https://github.com/user-attachments/assets/58e2e375-46a0-41b6-942e-6b84b3a1bec0" />
yindo added the pull-request label 2026-02-16 18:19:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14239