Christopher Rucinski

Results 56 comments of Christopher Rucinski

should it just be `empty`? Since `isEmpty()` is folded to `empty` anyways.

Fold `.length != 0` and `.size() != 0` to `isNotEmpty` or `notEmpty`

If code can be read faster, then it should be done. If there are better ways of doing common tasks, then the IDE should prompt the developer on how to...

I don't think this can be fixed with the current folding API. First of all, there are no `identifiers` inside of the `String` that you provided. `%s` is just a...

This should allow for using nullable annotations to create correct Kotlin-like types. However, if there is no annotation, then it should be converted to a nullable type by default when...

Sorry, the 2-click issue cannot be solved with the current API. I don't believe there is anything about column position in the API either (I could be wrong, have not...

However, it should be possible to programmatically search for all the `%s` and other valid sequences and replace them.in the folded code with the real identifiers they are associated with....

**Comparisons** These work great I think.

**Literals** Literals don't work well enough. Should allow for i18n. I live in Korea. I know individuals that would prefer the literal to look like `2019년 1월 18일` instead of...

You have `LocalDate`, but what about `LocalTime, LocalDateTime, ZonedDateTime, Period, Duration`?