kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

go to implementations of an specific method

Open infinito84 opened this issue 2 years ago • 3 comments
trafficstars

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

image

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

image

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

infinito84 avatar Mar 10 '23 18:03 infinito84

@fwcd can correct me if I'm wrong, but find-implementations is not supported yet. You can relatively easily find by grepping the project with "override fun method_name" though.

kohnish avatar Nov 28 '24 22:11 kohnish

I'd love textDocument/implementation support for my projects.

TomKrcmar avatar Mar 23 '25 03:03 TomKrcmar

Although, as @kohnish suggested, we can easily search the entire project, having this feature would significantly enhance the code exploration and navigation experience. Are the any plans to work on this feature?

mojtabye avatar May 10 '25 15:05 mojtabye