autocomplete in scala shows suggestions only after i type first character
Answered
I am using Intellij Ultimate 2019.2.
In my scala spark project i am not seeing any suggestions after i type dot.
Intellij only shows suggestions after i type first character after dot.
In java i can immediately see suggestions after i type dot.
Please sign in to leave a comment.
First of all, please update to the latest IntelliJ IDEA version (2019.3.2), a lot of bugs were fixed inside.
What do you see when the "basic completion" action is called (Ctrl+Space by default)?
@...: this is fixed in 2019.3
In previous version whenever i press Ctrl+Space it popup standard default methods for object(wait etc)