fwcd / fwcd/kotlin-language-server

go to implementations of an specific method

Open
#440 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
2k
Forks
252
PR merge metrics
No merged PRs in 30d

Description

Hi guys, how can I go to the implementations of a specific interface method?

![image](https://user-images.githubusercontent.com/4080656/224399223-5d95f8a8-2b55-429d-87e2-096a295d6453.png)

In fact, I can't find the definitions of the method.

![image](https://user-images.githubusercontent.com/4080656/224399621-475f470f-bd38-4bd4-92cd-1266be73ef64.png)

Right now, I can navigate to an specific class or interface and I can find the implementations of a class. I also can navigate to an instance method, but, because I use interfaces I can't navigate to the implementation of an specific method

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the interface-method navigation case described in the issue and inspect the language-server navigation entry point. Done means a user can navigate from a specific interface method to its implementations, matching the existing class and instance-method navigation behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.