[PYTHON] How to enter PyCharm's autocomplete feature so that it doesn't overwrite the following words

The Python IDE, PyCharm is very easy to use and I love it.

PyCharm's clever auto-complete feature is useful for enumerating candidate words while editing code, but if you press the Tab key after selecting it, if there's already a string right after the cursor, that's it. It will overwrite the string.

If you want to insert the selected word before the following string instead of overwriting, it seems that you should confirm with the Enter key. It's information that isn't something for Enter people, but I didn't notice it because I used only Tab.

Recommended Posts

How to enter PyCharm's autocomplete feature so that it doesn't overwrite the following words
How to overwrite the output to the console
I uploaded a module to pypl that deletes Japanese stop words, so share it
How to solve the recursive function that solved abc115-D
How to disable the reference feature when outputting PyYaml
[VLC] How to deal with the problem that it is not in the foreground during playback