Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -12/+8 |
| | |||||
* | Implement lens for impls and support resolving lenses. | Jeremy Kolb | 2019-02-04 | 1 | -1/+1 |
| | |||||
* | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | switch to lsp-types | Aleksey Kladov | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | Code lens support for running tests | Jeremy A. Kolb | 2019-01-11 | 1 | -2/+4 |
| | |||||
* | add "." as a trigger char on type formatting | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | Implement DocumentHighlight | DJMcNab | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | Add support for formatting entire document with rustfmt | Aleksander Vognild Burkow | 2018-12-29 | 1 | -1/+1 |
| | | | | | | Attempting to format a document when rustfmt isn't installed will result in an error being returned to the frontend. An alternative implementation would be returning zero replacements. | ||||
* | Add . to trigger characters | Florian Diebold | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | Use `:` as a trigger character for completion | Aleksey Kladov | 2018-11-21 | 1 | -1/+1 |
| | | | | | | | | | Note that VSCode asks for completion after *first* `:` as well: use crate: we use hacks to protect against that, and to give completions only after the second `:`. | ||||
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Use closing paren as a trigger character | Jeremy A. Kolb | 2018-11-05 | 1 | -1/+1 |
| | | | | | This seems counter-intuitive based on the concept of "trigger character" but it provides a better function signature experience. | ||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -5/+5 |
| | |||||
* | Handle renaming of local variables | Jeremy A. Kolb | 2018-10-18 | 1 | -2/+4 |
| | |||||
* | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -11/+5 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 1 | -1/+4 |
| | | | | | | | | | | 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 | ||||
* | Support LSP 3.13 | Jeremy A. Kolb | 2018-09-23 | 1 | -1/+5 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+49 |