lua-lsp
lua-lsp copied to clipboard
multiple definition support
I just noticed the type sig of goto definition allows for multiple definition returns
Use cases, if we have a method name without a type we should return a list of all methods with that name
If we has a definition/declaration split or multiple potential definitions we should also return all of those