0

since yesterday PyCharm 2016.3 won't accept selected lines from the list of code completion:

If I hit enter, a new line will be set into the editor rather than the selected line of the popup window. Is there any setting for this behaviour? Until now I couldn't find anything.

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Tobias S
  • 1,275
  • 8
  • 23
  • You should upload images using the tool in the editor, images hosted on external sources aren't rendered on Stack Overflow. – bad_coder Oct 11 '21 at 18:10

2 Answers2

0

I noticed on a few occasions the GUI going somehow off-rails, including in ways similar to the one described. I couldn't determine a pattern in the occurences. Just closing and re-opening the project didn't always help.

What worked pretty reliably for me in the end was exiting PyCharm (giving it ample time to finish), making sure no related java processes remains active (running on Linux, in some cases I had to manually kill such processes when it became clear they're not going away by themselves) and then re-starting the IDE.

Dan Cornilescu
  • 39,470
  • 12
  • 57
  • 97
0

I found the current keymap for code completion by chance. This is set via:

Settings > Keymap > Code > Completion > Basic
Tobias S
  • 1,275
  • 8
  • 23