Coming from a Netbeans scene, currently I'm trying to change my current work IDE to IntelliJ-idea, and the change so far has been pretty good but there is an absolutely important factor that still hasn't convinced me about IntelliJ, the auto-complete & intellisense.
Assume that I'm trying to create a new instance of a Scanner object, if I type new Scanner
on Netbeans pressing CTRL + SPACE
it pops up the following dialog with all the constructor parameteres it can receive:
But, on other hand in Intellij, not only I need to add two parentheses in object declaration, when I press CTRL + SPACE
it doesn't pop me the constructor arguments
Click on images to see both Netbeans and Intellij results since I can't incorporate images due to being a new user.
EDIT!!!!!!! See this answer for a possible solution for my problem