Keyboard Short Cuts How to get cursor to move and multiline comment out.

已回答

First:
For example, when typing in Java, for ( | ), the vertical slash is my blinking cursor. how do I get the cursor on the outside of the parentheses when done typing Result Example: for (item: items)|<-cursor
  Second
How can I comment "//" more than 1 line of code at a time? 

评论操作 固定链接

1. https://stackoverflow.com/a/42260817/104891

2. https://www.jetbrains.com/help/mps/commenting-and-uncommenting-blocks-of-code.html

> If multiple nodes should be commented or uncommented with a single action, select all the nodes that should be affected and then invoke the Comment with Line Comment action as described above.

1
评论操作 固定链接

Thankyou for your response? Also Tab works after just hitting random keys.

0

请先登录再写评论。