rust-analyzer/crates/ra_syntax/src/ast
bors[bot] 675943712c Merge #630
630: Fill in DocumentSymbol::detail r=matklad a=hban

Closes: #516

I just pulled type text from the syntax node and "formatted" is bit. VS Code can't really handle multi-line symbol detail (it's will crop it when rendering), so that formatting will just collapse all white-space to singe space. It isn't pretty, but maybe there's a better way.

Issue also mentions "need to be done for `NavigationTarget` to `SymbolInformation`", but `SymbolInformation` doesn't have detail field on it?

Co-authored-by: Hrvoje Ban <hban@users.noreply.github.com>
2019-01-25 07:13:16 +00:00
..
generated.rs Merge #630 2019-01-25 07:13:16 +00:00
generated.rs.tera use ToOwned trait instead of inherent method 2019-01-25 02:09:31 +03:00