Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Readability | kjeremy | 2020-01-13 | 1 | -5/+5 |
| | |||||
* | Some clippy lints | kjeremy | 2020-01-13 | 1 | -28/+31 |
| | |||||
* | Implement proposed CallHierarchy feature | Jeremy Kolb | 2020-01-08 | 1 | -2/+13 |
| | | | | See: https://github.com/microsoft/vscode-languageserver-node/blob/master/protocol/src/protocol.callHierarchy.proposed.ts | ||||
* | cargo fmt | Jeremy Kolb | 2019-12-18 | 1 | -1/+3 |
| | |||||
* | Pass test | Jeremy Kolb | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | WIP: See through Macros for SignatureHelp | kjeremy | 2019-12-18 | 1 | -9/+30 |
| | | | | | | | | | Note: we meed to skip the trivia filter to make sure that `covers!(call_info_bad_offset)` succeeds otherwise we exit call_info too early. Also the test doesn't pass: `FnCallNode::with_node` always detects a MacroCall. | ||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+592 |