Smart completion to insert comma when in argument list

This commit is contained in:
Valentin Kipyatkov
2014-04-10 18:17:53 +04:00
parent 7b8f2fe396
commit f984dbc5b6
27 changed files with 401 additions and 69 deletions
@@ -0,0 +1,8 @@
fun foo(s: String, i: Int){ }
fun bar(sss: String) {
foo(<caret>a, b)
}
//ELEMENT: sss
//CHAR: \t