Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull completion options up to the rust-analyzer | Aleksey Kladov | 2020-03-10 | 1 | -4/+1 |
| | |||||
* | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 1 | -9/+2 |
| | |||||
* | Don't creat public APIs with typos | Aleksey Kladov | 2020-03-06 | 1 | -1/+1 |
| | |||||
* | Trigger parameter info automatically | Aleksey Kladov | 2020-03-06 | 1 | -0/+1 |
| | | | | See https://github.com/Microsoft/vscode/issues/64023 | ||||
* | Feature flag for arg snippets | Aleksey Kladov | 2020-03-06 | 1 | -4/+13 |
| | |||||
* | Fix comment order | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
| | |||||
* | Skip self param when completing methods | Aleksey Kladov | 2020-03-04 | 1 | -13/+45 |
| | |||||
* | Support function's completion snippet | Avishay Matayev | 2020-03-04 | 1 | -13/+21 |
| | | | | | | | Note that `detail` was replced with `function_signature` to avoid calling `from` on FunctionSignature twice. I didn't add new tests because the current ones seem enough. | ||||
* | Fix completion snippet for reexported functions | Florian Diebold | 2020-03-03 | 1 | -4/+3 |
| | | | | Fixes #3356. | ||||
* | Cleanup | Shotaro Yamada | 2020-02-19 | 1 | -5/+1 |
| | |||||
* | add space before/after wrapping braces | adamrk | 2020-02-16 | 1 | -2/+2 |
| | |||||
* | show names for record fields in enum completion | adamrk | 2020-02-16 | 1 | -6/+95 |
| | |||||
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -4/+1 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+676 |