As it's just way too difficult to work with plain DocumentSymbol we need to be more flexible and add intermediate interfaces and configs so that user can choose what to actually return for symbol as we don't have higher level abstraction of it. In a real world you really need to choose per IDE which one works better.
As it's just way too difficult to work with plain
DocumentSymbol
we need to be more flexible and add intermediate interfaces and configs so that user can choose what to actually return for symbol as we don't have higher level abstraction of it. In a real world you really need to choose per IDE which one works better.