ruff/playground/ty
Andrew Gallant 55100209c7
[ty] IDE: add support for `object.<CURSOR>` completions (#18468)
This PR adds logic for detecting `Name Dot [Name]` token patterns,
finding the corresponding `ExprAttribute`, getting the type of the
object and returning the members available on that object.

Here's a video demonstrating this working:

https://github.com/user-attachments/assets/42ce78e8-5930-4211-a18a-fa2a0434d0eb

Ref astral-sh/ty#86
2025-06-05 11:15:19 -04:00
..
public Update favicon and URL for playground (#17860) 2025-05-06 10:51:45 +02:00
src [ty] IDE: add support for `object.<CURSOR>` completions (#18468) 2025-06-05 11:15:19 -04:00
index.html Update favicon and URL for playground (#17860) 2025-05-06 10:51:45 +02:00
package.json Update NPM Development dependencies (#18187) 2025-05-19 08:57:45 +02:00
vite.config.ts Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00