rust/crates/ra_syntax/src
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
..
algo switch ra_syntax to new rowan API 2019-01-08 11:20:15 +03:00
ast Merge #630 2019-01-25 07:13:16 +00:00
grammar Reformat 2019-01-24 22:01:49 +00:00
lexer Add raw idents to lexer and parser 2019-01-23 13:17:41 -05:00
parser_impl Make EnumVariant a DocCommentsOwner 2019-01-23 16:23:21 -05:00
string_lexing Fix a fuzzing bug and add Cargo.lock to the fuzzing directory 2018-12-29 12:40:08 +00:00
syntax_kinds Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
validation rename TreePtr -> TreeArc 2019-01-11 19:59:06 +03:00
yellow Implement type inference for literals (WIP) 2019-01-14 13:52:55 +01:00
algo.rs add comment 2019-01-08 21:01:41 +03:00
ast.rs Merge #633 2019-01-24 23:10:09 +00:00
grammar.ron Merge #630 2019-01-25 07:13:16 +00:00
grammar.rs Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
lexer.rs More correct raw ident handling 2019-01-23 13:57:17 -05:00
lib.rs introduced better typed AstPtr 2019-01-23 18:26:02 +03:00
parser_api.rs Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
parser_impl.rs doc parsing events 2019-01-04 12:21:47 +08:00
ptr.rs minor rename 2019-01-24 13:40:36 +03:00
reparsing.rs Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
string_lexing.rs dedupe literal parsers 2018-12-27 14:42:46 +03:00
syntax_kinds.rs grand module rename 2018-12-08 19:30:35 +03:00
token_set.rs make token set a const-fn 2019-01-19 15:36:58 +03:00
utils.rs switch ra_syntax to new rowan API 2019-01-08 11:20:15 +03:00
validation.rs switch ra_syntax to new rowan API 2019-01-08 11:20:15 +03:00
yellow.rs use ToOwned trait instead of inherent method 2019-01-25 02:09:31 +03:00