fwcd / fwcd/kotlin-language-server
Asynchronous dependency resolution
Open
dependency resolution
enhancement
- Dominant language
- Kotlin
- Stars
- 2k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
Dependencies should be resolved in the background (instead of blocking the client thread) and completions should be available immediately after a module has been resolved. Additionally, the top-level project (usually the workspace folder) should be resolved first. This would improve startup time especially for large projects.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.