rust/crates/ra_lsp_server/src
bors[bot] 1927eb088a Merge #901
901: Add basic support for showing fn signature when hovering r=matklad a=vipentti

This adds basic support for displaying function signature when hovering over a usage of a function. 

Additionally refactored `hover` to return `HoverResult` to ease with testing and in general to be more robust.

Co-authored-by: Ville Penttinen <villem.penttinen@gmail.com>
2019-02-27 11:50:38 +00:00
..
main_loop Add new type HoverResult to contain the results of hovering 2019-02-26 19:30:17 +02:00
caps.rs reformat the world 2019-02-08 14:49:43 +03:00
cargo_target_spec.rs reformat the world 2019-02-08 14:49:43 +03:00
conv.rs rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
lib.rs Pass Documentation up to LSP and add "rust" to our codeblocks there 2019-01-29 21:39:09 -05:00
main.rs reformat the world 2019-02-08 14:49:43 +03:00
main_loop.rs Remove RawResponse::empty() 2019-02-27 12:57:59 +02:00
markdown.rs Pass Documentation up to LSP and add "rust" to our codeblocks there 2019-01-29 21:39:09 -05:00
project_model.rs automatically wait for worker threads 2019-02-14 21:11:07 +03:00
req.rs Go to Implementation for structs and enums 2019-01-29 19:13:02 -05:00
server_world.rs Implement BatchDatabase construction 2019-02-10 10:56:58 +01:00