add word selection step for selecting a type parameter or type argument list with enclosing brackets
#KT-6697 Fixed
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun <A, B> foo() {
|
||||
<selection>foo<I<caret>nt, B>()</selection>
|
||||
foo<selection><I<caret>nt, B></selection>()
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
fun <A, B> foo() {
|
||||
<selection>foo<I<caret>nt, B>()</selection>
|
||||
}
|
||||
+1
-2
@@ -1,3 +1,2 @@
|
||||
<selection>fun <A, <caret>B> foo() {
|
||||
fun <selection><A, <caret>B></selection> foo() {
|
||||
}
|
||||
</selection>
|
||||
@@ -0,0 +1,3 @@
|
||||
<selection>fun <A, <caret>B> foo() {
|
||||
}
|
||||
</selection>
|
||||
Reference in New Issue
Block a user