IntelliJ auto-complete works strange with the pack...
# intellij
t
IntelliJ auto-complete works strange with the package name:
Copy code
`fun`.adaptive
When I start to type and then use enter or tab, the completion does not add the import and the simple name of the class but adds the fully qualified name without the escaping. The first screenshot below shows the suggestion, the second shows the completion after Tab. Should I open a ticket for this? (I know that using
fun
is controversial, please do not pick on that, I really, really hate domain brokers.)
c
If there's not already one, you should create a ticket, yes
thank you color 1