Is there a way to automatically popup basic completition window while you are typing the same way netbeans does?

Answered

 As the title says
Today I have seen this tip:
If you 've got ie StringBuffer type obj reference variable and you are assigning it to a new istance of StringBuffer, you can have StringBuffer() constructor suggestion by pressing ctrl+space hotkey. Is there a way to get that popup as soon as you type new, without having to ctrl+space?
Thank you
StringBuffer var = new auto_StringBuffer()_suggestion_popup_without_having_to_press_ctrl+space

0
3 comments

The popup suggesting StringBuffer constructor appears currently if you type "new S". It's not SmartType completion, it displays other variants, but the expected one is preferred.

There's a request about showing the same popup when typing just space after new, you can vote for it: https://youtrack.jetbrains.com/issue/IDEA-91292

0

Please sign in to leave a comment.