Can IntelliJ be configured to invoke SmartType code without using a shortcut?

Now IntelliJ instantly pops up a window with suggestions for code completion when I type. However, the sentences are just “basic,” not “smart,” when I use a shortcut (Ctrl + Shift + Space) to cause SmartType to end. Is there a way to configure IntelliJ to automatically call SmartType completion upon input?

+6
source share
1 answer

It's impossible. No one asked for this, it provides only a few options, it may not offer what you want to write automatically, and will lead to unexpected results when automatically filling in space and points.

Basic auto-complete is already designed to enable smart options at the top where possible.

0
source

All Articles