mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
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 |
||
|---|---|---|
| .. | ||
| gen_lsp_server | ||
| ra_analysis | ||
| ra_cli | ||
| ra_editor | ||
| ra_lsp_server | ||
| ra_syntax | ||
| salsa | ||
| test_utils | ||
| tools | ||