fwcd / fwcd/kotlin-language-server
Autocomplete suggestions for properties generated from Java classes.
- Dominant language
- Kotlin
- Stars
- 2k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
In an Android `Activity` class, typing `getSupportFragmentManager` should suggest `supportFragmentManager` .

Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue in an Android Activity by typing getSupportFragmentManager and observe the completion suggestions. Trace the language server's property-completion handling for members generated from Java classes. Done means supportFragmentManager is suggested for this getter pattern and the existing completion behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100