Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -17/+10 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 1 | -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 FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -2/+2 |
| | |||||
* | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 1 | -0/+8 |
| | | | | Now, typing doc comments is much more pleasant | ||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+176 |