aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main_loop
Commit message (Collapse)AuthorAgeFilesLines
...
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-112-0/+37
| | | | | | | | | | 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-113-11/+11
|
* Add on-enter handlerAleksey Kladov2018-10-092-0/+15
| | | | Now, typing doc comments is much more pleasant
* Prepare gen_lsp_server for publishingAleksey Kladov2018-10-091-6/+6
|
* 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-231-3/+3
|
* libsyntax2 -> rust-analyzerJeremy A. Kolb2018-09-181-1/+1
|
* rename all thingsAleksey Kladov2018-09-163-0/+876