Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix format | Duong Do Minh Chau | 2021-03-09 | 1 | -9/+2 |
| | |||||
* | Add trailing commas | Duong Do Minh Chau | 2021-03-09 | 1 | -2/+2 |
| | |||||
* | Update the test to match the change | Duong Do Minh Chau | 2021-03-09 | 1 | -0/+4 |
| | |||||
* | Add completion to turn x.err into Err(x) | Duong Do Minh Chau | 2021-03-09 | 1 | -2/+19 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 5 | -29/+19 |
| | |||||
* | Complete `while let` | Lukas Wirth | 2021-03-03 | 2 | -9/+11 |
| | |||||
* | Don't complete `super` unless its valid in paths | Lukas Wirth | 2021-03-03 | 3 | -23/+34 |
| | |||||
* | Add test | Jonas Schievink | 2021-02-23 | 1 | -0/+28 |
| | |||||
* | feat(completion): add doc(hidden) completion for attributes | Benjamin Coenen | 2021-02-20 | 1 | -0/+3 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Consider import prefix config settings during flyimports | Kirill Bulatov | 2021-02-20 | 1 | -2/+92 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 15 | -0/+6816 |
We don't have completion-related PRs in flight, so lets do it |