aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/req.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove explicit serde_deriveAleksey Kladov2018-12-211-1/+1
|
* modernize moreAleksey Kladov2018-12-061-0/+1
|
* Fully add inline modules to module treeAleksey Kladov2018-11-051-1/+1
|
* Reformat allAleksey Kladov2018-10-311-2/+2
|
* Implement Find All References for local variablesJeremy A. Kolb2018-10-181-1/+1
|
* Cargo FormatJeremy A. Kolb2018-10-161-17/+10
| | | | Run `cargo fmt` and ignore generated files
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-111-0/+1
| | | | | | | | | | 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
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-2/+2
|
* Add on-enter handlerAleksey Kladov2018-10-091-0/+8
| | | | Now, typing doc comments is much more pleasant
* rename all thingsAleksey Kladov2018-09-161-0/+176