rust/crates/ra_lsp_server/src
Jeremy A. Kolb f8a2b53304 Language Server: textDocument/signatureHelp
Implements a pretty barebones function signature help mechanism in
the language server.

Users can use `Analysis::resolve_callback()` to get basic information
about a call site.

Fixes #102
2018-10-11 16:40:46 -04:00
..
main_loop Language Server: textDocument/signatureHelp 2018-10-11 16:40:46 -04:00
caps.rs Language Server: textDocument/signatureHelp 2018-10-11 16:40:46 -04:00
conv.rs Add on-enter handler 2018-10-09 19:52:06 +03:00
lib.rs Replace HashMap, HashSet with FxHashMap and FxHashSet 2018-10-12 00:07:44 +06:00
main.rs Prepare gen_lsp_server for publishing 2018-10-09 12:55:23 +03:00
path_map.rs rename all things 2018-09-16 13:07:39 +03:00
project_model.rs Replace HashMap, HashSet with FxHashMap and FxHashSet 2018-10-12 00:07:44 +06:00
req.rs Language Server: textDocument/signatureHelp 2018-10-11 16:40:46 -04:00
server_world.rs Replace HashMap, HashSet with FxHashMap and FxHashSet 2018-10-12 00:07:44 +06:00
thread_watcher.rs rename all things 2018-09-16 13:07:39 +03:00
vfs.rs rename all things 2018-09-16 13:07:39 +03:00