Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -390/+0 |
| | | | | We don't have completion-related PRs in flight, so lets do it | ||||
* | Partially unify SymbolKind and CompletionItemKind | Lukas Wirth | 2021-01-20 | 1 | -5/+3 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -14/+14 |
| | |||||
* | Strip completion prefix of what has already been typed | Nick Spain | 2021-01-01 | 1 | -5/+4 |
| | | | | | Per Veykril's suggestion, this removes the need to repeat the completion text twice. It also handles the completion in a more general case. | ||||
* | Add a test for correct completion of ..Default::default() | Nick Spain | 2021-01-01 | 1 | -1/+61 |
| | |||||
* | Fix completion of Default struct update syntax | Nick Spain | 2020-12-31 | 1 | -1/+6 |
| | | | | | | | | Previously the inserted text was always `..Default::default()` which ends up as `...Default::default()` if `.` was typed. Now checks if the current token is `.` and inserts `.Default::default()` if it is, so `..Default::default()` is correctly completed. Fixes #6969 | ||||
* | Keep the original completion order in tests | Kirill Bulatov | 2020-12-19 | 1 | -2/+2 |
| | |||||
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -2/+2 |
| | |||||
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -2/+2 |
| | |||||
* | add suggestion ..Default::default() for remaining struct fields in a ↵ | Benjamin Coenen | 2020-11-13 | 1 | -3/+105 |
| | | | | | | constructor #6492 Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+226 |