Commits
Click on a commit to change the comparison range[ty] Stabilize completions
Specifically, this PR reverts "Make completions an opt-in LSP feature (#17921)",
corresponding to commit 51e2effd2d6b6cf61bd245a3219168fe661d1a7d.
In practice, this means you don't need to opt into completions working
by enabling experimental features. i.e., I was able to remove this from
my LSP configuration:
```
"experimental": {
"completions": {
"enable": true
}
},
```
There's still a lot of work left to do to make completions awesome, but
I think it's in a state where it would be useful to get real user
feedback. It's also meaningfully using ty to provide completions that
use type information.
Ref astral-sh/ty#867 months ago
by BurntSushi