Rajish
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Rajish created a post, Debugging for-comprehension
I have a quite long `for` statement with many mappings and filters inside. It's really hard to understand the logic of stepping through it with the IntelliJ debugger. The local variables disappear,... -
-
-
Rajish created a post, After update to IJ Ultimate 2017.2.5 Scala files full of errors
Looks like when I updated IJ to the latest release, along with all installed plugins, suddenly no symbol in the Scala files can be recognised. I tried to reload the project, refresh SBT, recompile,... -
Rajish created a post, AnsweredCode formatting inside raw string
Here's an example: std::str json = R"|( { "object1": { "field": "value" }, "object2" : [ "value", "value"] )|"; Is there any possibility to enable code indentation/formatting i...