X Tutup
Skip to content

feat(lsp): add type heirarchy picker#3606

Open
aurora0x27 wants to merge 1 commit intonvim-telescope:masterfrom
aurora0x27:master
Open

feat(lsp): add type heirarchy picker#3606
aurora0x27 wants to merge 1 commit intonvim-telescope:masterfrom
aurora0x27:master

Conversation

@aurora0x27
Copy link

Description

I noticed that the call hierarchy feature is implemented in the built-in code, but the type hierarchy is not. Although new pickers are no longer allowed to be added, I still want to be able to complete the hierarchy functionality of the language server.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list relevant details about your configuration

Configuration:

  • Neovim version (nvim --version): v0.11.5
  • Operating system and version:

MacOS Sequoia 15.6.1

Checklist:

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (lua annotations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup