aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/req.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename folderAleksey Kladov2020-02-181-221/+0
* Init implementation of structural search replaceMikhail Modin2020-02-141-0/+13
* Add inlay parameter name hints for function callsimtsuki2020-01-141-0/+1
* Implement proposed CallHierarchy featureJeremy Kolb2020-01-081-7/+9
* Re-format ra_lsp_server changesEmil Lauridsen2019-12-251-4/+4
* Add some module docsJeremy Kolb2019-12-211-1/+1
* Use SelectionRange from LSP 3.15Jeremy Kolb2019-12-201-24/+3
* Change return type of expand_macroEdwin Cheng2019-11-191-1/+8
* Add recursive expand in vscodeEdwin Cheng2019-11-191-0/+15
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* add option to disable notifyAleksey Kladov2019-09-061-4/+5
* update lspAleksey Kladov2019-08-171-2/+0
* Drop support for old extendSelection APIAleksey Kladov2019-08-121-21/+0
* Use proper inlay kindsKirill Bulatov2019-08-041-6/+1
* Support destructuring patternsKirill Bulatov2019-07-281-0/+3
* Improve inlay hinting for typesKirill Bulatov2019-07-261-0/+1
* Code review fixesKirill Bulatov2019-07-221-0/+27
* Remove executeCommandProvider: apply_code_action.Michael Bolin2019-07-111-4/+4
* Ignore workspace/didChangeConfiguration notifications.Michael Bolin2019-07-111-4/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+5
* rename stray id fieldPascal Hertleif2019-05-271-1/+1
* Semantic highlighting spikePascal Hertleif2019-05-271-0/+1
* switch to official extend selection APIAleksey Kladov2019-04-211-0/+22
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-141-0/+1
* Remove InternalFeedbackVille Penttinen2019-03-051-7/+0
* show message in client's UI if workspace fails to loadAleksey Kladov2019-03-051-1/+2
* Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-031-0/+1
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-1/+1
* align command namingAleksey Kladov2019-01-281-11/+11
* add gc requestAleksey Kladov2019-01-251-0/+8
* ad status commandAleksey Kladov2019-01-221-0/+8
* switch to lsp-typesAleksey Kladov2019-01-141-2/+2
* Code lens support for running testsJeremy A. Kolb2019-01-111-2/+2
* use lsp WorkspaceEdit instead of custom source_file_edits and file_system_editsBernardo2019-01-031-19/+3
* 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
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-111-0/+1
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-2/+2
* Add on-enter handlerAleksey Kladov2018-10-091-0/+8
* rename all thingsAleksey Kladov2018-09-161-0/+176