fwcd / fwcd/kotlin-language-server

Autocomplete suggestions for properties generated from Java classes.

Open
#67 1 comment 1 reaction 0 assignees View on GitHub
code completion enhancement
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` .

![image](https://user-images.githubusercontent.com/9360301/47610776-c988f100-da1a-11e8-9c97-607584b23eb9.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.