KT-5895 Select Word: no need to select argument list including parenthesis

#KT-5895 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-12-15 19:51:22 -07:00
parent dceeeb2724
commit 5f9e685188
7 changed files with 42 additions and 1 deletions
@@ -0,0 +1,3 @@
fun foo() {
<selection>foo(<caret>1, 2)</selection>
}