Edwin Cheng
|
656a0fa9f9
|
Simpliy hover on ast::name
|
2019-06-11 01:18:32 +08:00 |
|
Edwin Cheng
|
34322ea9a3
|
Use classify_name_ref in hover
|
2019-06-11 00:34:43 +08:00 |
|
Edwin Cheng
|
e91bf0bba4
|
Use &str instread of Option<String>
|
2019-06-10 03:37:34 +08:00 |
|
Edwin Cheng
|
41cb3fd758
|
Rename Description to ShortLabel
|
2019-06-10 03:28:53 +08:00 |
|
Edwin Cheng
|
e9848b2e6c
|
Change docs and description to getter method
|
2019-06-10 00:04:03 +08:00 |
|
Edwin Cheng
|
aacc894134
|
Add display::Description
|
2019-06-09 23:59:59 +08:00 |
|
Edwin Cheng
|
d46278d320
|
Remove node function in NavTarget
|
2019-06-08 22:27:11 +08:00 |
|
Ville Penttinen
|
45a2b92524
|
Fix doc comment
|
2019-04-09 16:08:24 +03:00 |
|
Ville Penttinen
|
07f0069f34
|
Move display related things from hover to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
fead60aa27
|
Move FunctionSignature to display/function_signature
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
bd6ddfcdde
|
Make display modules private
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
7821c56be7
|
Move structure to display/structure
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
027d4d229d
|
Move navigation_target to display/navigation_target
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
946b5789d1
|
Move completion label functions to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
dfaebd76ab
|
Add FunctionSignature::from_hir
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
2fe075f56e
|
Normalize line-endings in display.rs
This changes from CRLF to LF
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
f4aa15c16b
|
Move FunctionSignature creation to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
7ba22f1c19
|
Move FunctionSignature to display, remove write_joined
write_joined is replaced with `join_to_string::join` which provides the
necessary functionality.
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
0e49abb7fb
|
Refactor CallInfo function signatures to new FunctionSignature type
This is used by CallInfo to create a pretty printed function signature that can
be used with completions and other places as well.
|
2019-04-09 14:45:04 +03:00 |
|