fwcd / fwcd/kotlin-language-server
Missing features
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 2k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
There are three interesting LSP spec features that appear to be missing from KLS:
- goto definition (KLS says it exists via server capabilities but the VsCode plugin (0.2.20) does not show the feature enabled in the Go menu.
- goto declaration (no declarationProvider support indicated via server capabilities)
- goto implementations (no implementationsProvider support indicated in server capabilities)
@fwcd can you address #1 and provide an off the cuff pseudo code solution for the other two to expedite PRs to address these issues?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting KLS server capabilities and the VSCode plugin version 0.2.20, focusing on goto definition, declaration, and implementations support. Compare the advertised capabilities with the Go menu and LSP behavior; done means the requested capabilities are correctly implemented and exposed, with the remaining two features documented clearly enough for follow-up PRs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100