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