rust/crates/completion/src/render
Aleksey Kladov a40f78f92a More useful fn detail in completion
Detail should be rendered as shtort one line, just dumping fn header
there is not useful, despite the fact that TS does this.

The fact that this is a function should be indicated by the icon, the
same goes for pub/const/async etc qualitfiers

name is already present in the lable (and arg list should be a part of
that, as in idea)

But the return type is the small genuinerlly useful bit of info we can show here
2021-01-22 19:15:34 +03:00
..
builder_ext.rs Reduce some more code duplication 2020-12-22 19:00:38 +01:00
const_.rs Partially unify SymbolKind and CompletionItemKind 2021-01-20 18:39:46 +01:00
enum_variant.rs Partially unify SymbolKind and CompletionItemKind 2021-01-20 18:39:46 +01:00
function.rs More useful fn detail in completion 2021-01-22 19:15:34 +03:00
macro_.rs Partially unify SymbolKind and CompletionItemKind 2021-01-20 18:39:46 +01:00
pattern.rs Align config's API with usage 2021-01-06 21:22:24 +03:00
type_alias.rs Partially unify SymbolKind and CompletionItemKind 2021-01-20 18:39:46 +01:00