Micha Reiser
Micha Reiser
I don't know what we need to do to get on claude's documentation. But you should definitely be able to use ty with claude. Something like this should work (untested):...
Can you say more about what TypeScript features you have in mind?
Thanks. For reference, TypeScript supports many [type mapping operators](https://www.typescriptlang.org/docs/handbook/2/types-from-types.html) that allow creating new types by mapping over existing types (similar to `map` but instead of mapping a value, mapping a...
@dhruvmanila do you know what's happening here?
Thanks. There's a related issue where we want to show the docstring of the overriden function if the override doesn't have a docstring.
Can you say more about what specifically you find confusing? Is it the variable type or how the information is presented?
Thanks, that makes sense. I think there are multiple issues here: * For variables, show the name of the variable rather than just the type * Decide if we want...
Another example of this ```py for+x,p*x ```
> The way we intend to solve this is through uv. We also plan on exploring a tighter uv integration in the LSP, so that the LSP could automatically setup...
@Janno this is related to https://github.com/astral-sh/ty/issues/989