How to disable auto completion on space key on Intellij
Problem: I always type "... = ". Mention the space after "=". The problem is that the auto completion popup comes immediately after inserting the "=" so pressing space as next key always applies first proposal.
IntelliJ 2016.1.2
Go to Settings / Preferences | Editor | General | Postfix Completion and select the Enable postfix completion checkbox.
So do as Arnaud says, go to Settings->Plugins->Installed, select Tabnine, then the wheel, then diable. After that is done, accept. Then open same thing again, go to installed, select TabNine, then uninstall. That's it.
Intelligent code completion, which is similar to other autocompletion systems, is a convenient way to access descriptions of functions—and in particular their parameter lists. The feature speeds up software development by reducing keyboard input and the necessity for name memorization.
Go to File > Settings (or Ctrl + Alt + S ) > [IDE Settings] > Editor > Code Completion. The "Autopopup code completion" setting will determine if the popup opens automatically. Below it, the "Insert selected variant by typing dot, space, etc." is likely the setting you want to turn off.
You can disable this by going to the preferences -> editor -> general -> code completion
There you should find a checkbox "Insert selected variant by typing dot, space, etc. This you want to disable.
Now it will only complete on Ctrl+space, tab, enter, etc
If you want to do the same for a live template, it is under preferences
-> editor
-> live templates
and you have a dropdown at the top
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With