Rajish

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3
  • Created

    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,...
    • 2 followers
    • 0 comments
    • 2 votes
  • Created

    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,...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Code formatting inside raw string

    Answered
    Here's an example: std::str json = R"|( {     "object1": {        "field": "value"     },     "object2" : [ "value", "value"] )|";   Is there any possibility to enable code indentation/formatting i...
    • 2 followers
    • 1 comment
    • 0 votes