KotlinIsland
KotlinIsland
Can just type the nickname without activating the auto-complete?
I found that if I press the right arrow/escape it will dismiss the suggestion box.
> Now if I want to use these nicknames, I need to complete the code automatically, delete the automatically completed characters, and then enter these nicknames VSCode has a command...
# Solution Disable this setting and random words will not be injected into your suggestions  Additionally, all suggestions can be set to "inline" mode so that they are less...
Some don't have `ABC`s, such as `__format__`. Additionally, I think it would be convenient if these were inferred without the base classes, as it's not very common to explicitly extend...
Erm, you sound like you know a lot about typing things correctly, I can't stand typeshed/mypy being absurdly wrong 99% of the time and not fixing bugs because it would...
What about just banning `__call__` on `type`s?
- https://github.com/KotlinIsland/basedmypy/issues/628 - https://github.com/python/mypy/issues/1831
Yeah, something like that, or maybe it can override the rules about merge PR via the api?
Could their `auto` be shown with an inlay? ```py class A(Enum): a = auto() # = 1 ```