Ryan Finkler
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Ryan Finkler 创建了一个帖子, 已回答Temporarily modify formatter settings via comments
I recently learned about `// @formatter:off` and `// @formatter:on` and was wondering what family of functionalities this was part of. (For those who don't know, you simply put these in as comment ... -
-
Ryan Finkler 创建了一个帖子, 已回答Move Statement shortcut formats blank lines incorrectly
I like my code to have those extra spaces on blank lines up to the tab/scope location, but moving lines using the ctrl+shift+up/down shortcut often removes most of these spaces. How do I prevent it...