nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.45k stars 286 forks source link

The `impl` icon is not appearing when an interface is implemented in different packages or files #1174

Closed mortymacs closed 1 year ago

mortymacs commented 1 year ago

Describe the bug

The impl icon is not appearing when an interface is implemented in different packages or files, while LSP can find them:

image

Steps to reproduce

You can clone a Go project, like https://github.com/atkrad/wait4x/, which contains an interface in checker/checker.go. When you open the file, it doesn't show that icon.

Expected behavior

The icon is expected to appear.

Neovim version (nvim -v)

v0.9.1

lspsaga commit

8ea2afc

Terminal name/version

alacritty 0.12.0

glepnir commented 1 year ago

is disable by default

SimonYde commented 1 month ago

@glepnir

is disable by default

the docs do not reflect this.