Luke Ehresman
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Empty braces with newline always reformats as "{}". How to disable?
When using RubyMine to code JavaScript, I often do type this pattern: new MyObject({ }); But as soon as I type the closing curly brace, RubyMine reformats it to: new MyObject({}); How ca... -
创建于 Permanent panes
已回答Is it possible to create a permanent pane layout? I always have two panes side-by-side, and I find it frustrating that when I close the last tab in a pane, it goes away. How can I make the 2-pane... -
创建于 Creating multiple carets from a selection
I'm new to RubyMine (coming from Atom and SublimeText). Both Atom and Sublime have excellent support for multiple carets, and it looks like RubyMine may as well. One feature I can't figure out ho...