Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -2/+2 |
| | |||||
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | Move more things into PathCompletionContext | Lukas Wirth | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | Simplify CompletionContext by introducing a path CallKind enum | Lukas Wirth | 2021-06-06 | 1 | -2/+2 |
| | |||||
* | Add MethodCall and FieldAccess variants to ImmediateLocation | Lukas Wirth | 2021-06-02 | 1 | -2/+5 |
| | |||||
* | Add config setting for self-on-the-fly | Lukas Wirth | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | Move unprefixed field/method completion to `dot` | Lukas Wirth | 2021-05-31 | 1 | -3/+100 |
| | |||||
* | Complete `self.` prefixed fields and methods inside methods | Lukas Wirth | 2021-05-31 | 1 | -36/+5 |
| | |||||
* | Paper over #8931 a bit more | Florian Diebold | 2021-05-23 | 1 | -0/+1 |
| | | | | | | | | | The problem was the skipping of binders in `resolve_method_call_as_callable`; this still doesn't use the _correct_ substitution, but at least it doesn't return a type with free variables in it. Fixes #8931. | ||||
* | Add test for #8931 and better checking | Florian Diebold | 2021-05-23 | 1 | -0/+29 |
| | |||||
* | implement a temporary workaround for #8058 | Josh Mcguigan | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | show function params in completion detail | Josh Mcguigan | 2021-03-12 | 1 | -12/+12 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -4/+2 |
| | |||||
* | Add test | Jonas Schievink | 2021-02-23 | 1 | -0/+28 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+431 |
We don't have completion-related PRs in flight, so lets do it |