Alloyed / lua-lsp

A Lua language server
MIT License
288 stars 21 forks source link

multiple definition support #11

Open Alloyed opened 6 years ago

Alloyed commented 6 years ago

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