Christopher Rucinski

Results 56 comments of Christopher Rucinski

@petteyg this plugin already has a plethora of options to enable and disable. In fact, there already is an option to disable the `.first()` folding. My idea would simply extend...

Refcard link is broken and there is no direct link to click and check out to see the inspiration

Imagine the file extension being a format like `.lines.json` or `.stream.json` Taking inspiration from: - Kotlin Gradle files (`.gradle.kts`) - Compressed tarballs (`.tar.gz`) `.stream.json` keeps with the idea that `.x.y`...

Point taken. I would still be for `.json.stream`. It's a higher-level concept that fits all current json streaming formats (_I mean the concept is already called streaming_). > A good...

https://github.com/joshuapack/MastoPlus is a fork in active development

I haven't been active in development, but I will look at this more. It appears I do have an ID, so I found this recent issue: https://youtrack.jetbrains.com/issue/IDEA-337388/java.lang.Throwable-id-is-not-specified-for-extension-visualstudiocodedarkplus

I had similar effects before. See `Other Side Effects` in #40 After I updated the plugin, I no longer had that issue at all. But, I had a dark custom...

What is wrong? What is the desired output?

> And sometimes an extra bracket is left: > ![image](https://user-images.githubusercontent.com/121827/50549111-19c53f00-0c68-11e9-99da-a7116b23c2b1.png) This code if perfectly fine. `[0, 10)` means include zero up to ten (but don't include ten) if you change...

Verified to also occur with `for-each` folds. At least for a little while. Now it works as expected, but when I first tested it, it worked like above. This is...