Expand Selection on opening curly brace should select the entire block right away #KT-18769 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
2227d205c7
commit
90be6235f7
+4
@@ -0,0 +1,4 @@
|
||||
fun test() {<caret>
|
||||
f()
|
||||
g()
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun test() <selection>{<caret>
|
||||
f()
|
||||
g()
|
||||
}</selection>
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
f()
|
||||
g()
|
||||
}<caret>
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun test() <selection>{
|
||||
f()
|
||||
g()
|
||||
}</selection><caret>
|
||||
Reference in New Issue
Block a user