Rajish
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Rajish 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 已回答Code 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...