spring-attic / spring-dsl

Experimental Spring Dsl Library around Language features
Apache License 2.0
12 stars 6 forks source link

Support DocumentSymbol and SymbolInformation in Symbolizer #7

Closed jvalkeal closed 5 years ago

jvalkeal commented 5 years ago

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.