Files
Alexander Zolotov ebf79c6dfb Live Templates: proper handling home/end actions with selection in templates
context

+ add tests for editor actions inside template segments
2015-12-22 18:38:09 +03:00

5 lines
106 B
Java

public class A {
public static void main(String[] args) {
template myVariableValue<caret> text
}
}