Christopher Rucinski

Results 56 comments of Christopher Rucinski

My plans are to get Python support first because I can get PyCharm CE for free. Once I figure out how to correctly integrate the color schemes from 2 different...

I have heard from some other color scheme developers that just using IntelliJ IDEA Ultimate will not always lead to good results as some specific IDEs do some different stuff....even...

Ah....EAP version of IntelliJ IDEA Ultimate. I will have to try that...

The `allHeaders` solution is broken, and the above suggestions are inadequate hacks.

works for me. There are a few seconds where you have to wait for the data to load and it shows "ERROR", but there isn't an error. Is this something...

This is much needed! This is by far the best screen recorder that I have found. Would love to use this instead of anything else. For some reason, SimpleScreenRecorder will...

I'm a novice, but it seems to still be present in 2.0.1

@aristotll I agree about this plugin. This new idea would simply be a new plugin to help Kotlin Developers by folding things into its Java equivalent. Right now I use...

@petteyg that solution doesn't scale at all. Who decides what is readible? The coder does. They have decided to make a multi line string because they decided it was more...

Or, instead of folding it into a faux function call, it could be folding into a faux variable access > `array[0]` --> `array.1st`