rust/crates
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
..
gen_lsp_server Bumpup lsp-types to v0.55.0 2019-01-24 02:47:03 +09:00
ra_arena use arena for sysroot 2019-01-11 00:51:34 +03:00
ra_cli rename TreePtr -> TreeArc 2019-01-11 19:59:06 +03:00
ra_db Change ids strategy 2019-01-24 13:29:19 +03:00
ra_hir move adt to adt 2019-01-25 01:53:07 +03:00
ra_ide_api Merge #623 2019-01-24 22:56:13 +00:00
ra_ide_api_light Fill in DocumentSymbol::detail 2019-01-24 19:05:26 +01:00
ra_lsp_server Fill in DocumentSymbol::detail 2019-01-24 19:05:26 +01:00
ra_syntax Merge #630 2019-01-25 07:13:16 +00:00
ra_text_edit kill text utils 2019-01-08 22:03:13 +03:00
ra_vfs extract area to a crate 2019-01-04 16:58:10 +03:00
test_utils generalize marking infrastructure 2019-01-23 15:36:29 +03:00
thread_worker ⬆️ crossbeam 2018-12-30 23:23:31 +03:00
tools Use stable toolchain 2019-01-24 07:58:38 -05:00