fwcd / fwcd/kotlin-language-server
Provide Quick Fixes
- Dominant language
- Kotlin
- Stars
- 2k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
Provide quick fixes via `textDocument/codeAction`s.
See also:
* [Kotlin-IDEA's quick fixes](https://github.com/JetBrains/kotlin/tree/master/idea/src/org/jetbrains/kotlin/idea/quickfix)
* [Kotlin-Eclipse's quick fixes](https://github.com/JetBrains/kotlin-eclipse/tree/master/kotlin-eclipse-ui/src/org/jetbrains/kotlin/ui/editors/quickfix)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the language server's handling of `textDocument/codeAction`. Review the linked Kotlin-IDEA and Kotlin-Eclipse quick-fix implementations for scope and expected behavior. The work is complete when the language server provides appropriate quick fixes through code actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100