Better completion for static members: special behavior in case of imports from same class exist
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.awt.GridBagConstraints.NORTH
|
||||
|
||||
fun foo() {
|
||||
SOUT<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST_JAVA_ONLY: { allLookupStrings: "SOUTH, getSOUTH", itemText: "GridBagConstraints.SOUTH", tailText: " (java.awt)", typeText: "Int", attributes: "" }
|
||||
// ABSENT: { itemText: "SwingConstants.SOUTH" }
|
||||
Reference in New Issue
Block a user