KT-5895 Select Word: no need to select argument list including parenthesis
#KT-5895 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun <A, B> foo() {
|
||||
<selection>foo<I<caret>nt, B>()</selection>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<selection>fun <A, <caret>B> foo() {
|
||||
}
|
||||
</selection>
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<selection>foo(<caret>1, 2)</selection>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<selection>fun foo(a : Array<String>, <caret>b : Int) {
|
||||
}
|
||||
</selection>
|
||||
Reference in New Issue
Block a user