Initial implementation of KT-6427 Completion to use Java name suggestion to complete function parameters
(+ filtered out synthetic Kotlin classes from completion)
This commit is contained in:
-4
@@ -1,4 +0,0 @@
|
||||
fun foo(i<caret>) { }
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
-4
@@ -1,4 +0,0 @@
|
||||
fun foo(@inlineOptions i<caret>) { }
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user