We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class A: ... a = A() class B[T]: ... b = B[int]()
The inlay here is useless noise.
The text was updated successfully, but these errors were encountered:
the inlay hints should probably still be present if it's inferring a generic from a non-literal value
class Foo[T]: ... value: int = 1 foo = Foo(value) # should have an inlay hint of `Foo[int]`
Sorry, something went wrong.
or maybe not, now that we have an inlay hint for the call (#818)
No branches or pull requests
The inlay here is useless noise.
The text was updated successfully, but these errors were encountered: