Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChanging to a new line unfavorably selects the first suggestion #267
Comments
|
Many users choose to disable the default behavior of using Enter to accept completions, to avoid accepting a completion when they intended to start a new line. You can do this by going to Settings → Editor: Accept Suggestion On Enter and setting it to off. |
How I can do this in PyCharm? |
|
I have exactly the same problem and it makes TabNine borderline unusable. Here is what's happening: IntelliJ does not offer a way to disable the TabNine on the other hand also offers suggestions when typing symbols like I attached a short GIF of me trying to add a parameter to a function by adding a comma and pressing |

Sometimes I just wanna change to a new line by pressing
enter. However, this unfavorably selects the first suggestion in the autocompletion dropdown list.How should I avoid this?