aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/descriptors.rs
Commit message (Collapse)AuthorAgeFilesLines
* A FnDescriptor shouldn't exist without a nameJeremy A. Kolb2018-10-121-6/+6
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-111-1/+55
| | | | | | | | | | 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
* rename all thingsAleksey Kladov2018-09-161-0/+220