mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.09k stars 62 forks source link

support Navigate to the super implementation #347

Closed fengwk closed 2 years ago

fengwk commented 2 years ago

Problem Statement

support Navigate to the super implementation. I see that jdtls already supports this capability. Can it be extended in plug-ins.

Navigate to the super implementation #1165

Ideas or possible solutions

No response

mfussenegger commented 2 years ago

Added a super_implementation method in https://github.com/mfussenegger/nvim-jdtls/pull/348

fengwk commented 2 years ago

tanks 😁

fengwk commented 2 years ago

support multi clients