Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 4 | -9/+269 |
| | | | | | | | | | | 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 | 6 | -14/+19 |
| | |||||
* | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 1 | -0/+6 |
| | | | | Now, typing doc comments is much more pleasant | ||||
* | Resolve local names first | Jeremy A. Kolb | 2018-10-06 | 1 | -4/+4 |
| | |||||
* | WIP: This doesn't currently work but I also don't think it's the right ↵ | Jeremy A. Kolb | 2018-10-05 | 1 | -2/+16 |
| | | | | abstraction | ||||
* | Split folding ranges into editor and lsp parts | Jeremy A. Kolb | 2018-09-24 | 1 | -0/+5 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 12 | -0/+1722 |