Go LSP Not ready, GoPls is installed #125
A-10-go-brrr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wanted to first thank you for making an awesome tool that has been really helping in my use of claude and gemini.
When running ckb index --lang go --force, I get the following output:
Detected Go project (from (specified via --lang))
Indexer: scip-go
Command: scip-go --output /home/kurt/projects/zombielicensehunter/.scip/index.scip
Generating SCIP index...
Incremental tracking enabled for future updates
Done! Indexed in 7.7s
Index: /home/{user}/projects/{project}/.scip/index.scip (13.46 MB)
Full code intelligence now available:
findReferences - Find all usages of a symbol
getCallGraph - Trace caller/callee relationships
analyzeImpact - Assess change impact
Tier Status:
Go: enhanced tier
Capabilities: definitions, references, callgraph, type-info
Tip: Run 'ckb doctor --tier full' to see what's needed for LSP features.
confused as I have gopls installed I ran "ckb doctor --tier full" and got the following:
CKB Doctor - Full Tier Requirements
Go: N Not Ready
Y gopls vmaster
Y scip-go v0.1.26
N gopls not found
Suggested install: go install golang.org/x/tools/gopls@latest
TypeScript: Y Ready
Y scip-typescript v0.4.0
Y typescript-language-server v5.1.3
Summary: 1/2 languages ready for full tier.
not sure how it can both be installed and not, when I run 'gopls version' I get the following:
master
@
Not sure if this is actually affecting ckb's ability to do everything it should, but wanted to ask here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions