-
Notifications
You must be signed in to change notification settings - Fork 9
Description
The Select Enclosing Scope command very useful. Select Next/Previous Scope commands would also be useful. They would expand the selection to contain the next/previous scope on the same level as the cursor position. Compare with the JDT Select Next/Previous Element commands which do a similar thing.
A slightly related remark: The names of LiClipseText selection commands don't match the names of the JDT commands that do similar things. The LiClipseText Next Element command is similar to the JDT Go to Next Member, not to the JDT Select Next Element.
Maybe it would be a good idea to change the names of these commands in LiClipse to Select Enclosing/Next/Previous Element, and the Next/Previous Element to Go to Next/Previous Member to be consistent with JDT (and also with CDT).