Support for import aliases in code completion
#KT-8848 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import kotlin.io.DEFAULT_BUFFER_SIZE as BUFSIZE
|
||||
|
||||
fun foo() {
|
||||
BUF<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: "BUFSIZE"
|
||||
Reference in New Issue
Block a user