Smart completion to ignore context after the caret
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo(s: String){ }
|
||||
|
||||
fun bar(p1: String, p2: Int) {
|
||||
foo(<caret>1 + 2)
|
||||
}
|
||||
|
||||
// EXIST: p1
|
||||
// ABSENT: p2
|
||||
Reference in New Issue
Block a user