KotlinIsland

Results 497 comments of KotlinIsland

Doesn't necessarily depend on being an application. If you enable it with tests you can use it for type test coverage

while we are there we can add a `Calls`, which means that the function will be called in place

I suppose it would be good to have a decorator for annotating first party code, and a config option for third party code

- https://github.com/KotlinIsland/basedmypy/issues/262 - https://github.com/KotlinIsland/basedmypy/issues/263

One of the most important features we view is that a tools behaviour should be consistent across local development and the CI. Seeing errors from someone else's change because it...

So, you want to see a certain configuration of inspections in your local development, but you have no interest in enforcing them in your project(CI)? Personally I don't think that's...

@JCWasmx86 that's for the suggestion, typed orm would be highly based imo. i can see two routes here, unfortunately both would be a very large amount of work: 1. address...

there is a convenient feature in pycharm called postfix completions, it lets you create templates that are activated by typing a dot after an expression `EXPR.` and picking from the...

> just write `pri` on its own, hit tab on the autocomplete suggestion, then type `1` (this is 1 less character anyway). this specific completion is useful when you have...