-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ty] Stabilize auto-import #21851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[ty] Stabilize auto-import #21851
Conversation
While still under development, it's far enough along now that we think it's worth enabling it by default. This should also help give us feedback for how it behaves. This PR adds a "completion settings" grouping similar to inlay hints. We only have an auto-import setting there now, but I expect we'll add more options to configure completion behavior in the future. Closes astral-sh/ty#1765
Diagnostic diff on typing conformance testsNo changes detected when running ty on typing conformance tests ✅ |
|
CodSpeed Performance ReportMerging #21851 will degrade performances by 5%Comparing Summary
Benchmarks breakdown
Footnotes
|
|
(Flaky benchmark, pay it no mind. We should probably raise the threshold for codspeed to report the regression for that benchmark) |
|
I'll review tomorrow, but I'm curious about what other completion settings you have in mind. |
Off the top of my head:
|
While still under development, it's far enough along now that we think
it's worth enabling it by default. This should also help give us
feedback for how it behaves.
This PR adds a "completion settings" grouping similar to inlay hints. We
only have an auto-import setting there now, but I expect we'll add more
options to configure completion behavior in the future.
Closes astral-sh/ty#1765
Ref astral-sh/ty-vscode#234
Ref astral-sh/ty#1810