aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Collapse)AuthorAgeFilesLines
* migrate analysis and server to 2018Aleksey Kladov2018-10-1511-13/+16
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-114-1/+42
| | | | | | | | | | 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-118-20/+22
|
* Add on-enter handlerAleksey Kladov2018-10-094-1/+63
| | | | Now, typing doc comments is much more pleasant
* Prepare gen_lsp_server for publishingAleksey Kladov2018-10-092-8/+8
|
* fix code actionsAleksey Kladov2018-09-291-1/+1
|
* Split folding ranges into editor and lsp partsJeremy A. Kolb2018-09-241-77/+21
|
* Implement folding rangesJeremy A. Kolb2018-09-232-1/+90
|
* Support LSP 3.13Jeremy A. Kolb2018-09-233-5/+9
|
* libsyntax2 -> rust-analyzerJeremy A. Kolb2018-09-181-1/+1
|
* rename all thingsAleksey Kladov2018-09-1616-0/+2426