Pycharm trying to autocomplete when defining variable as integer

When I'm declaring a variable and assigning an integer, Pycharm suggests autocomplete options.  So when I hit Enter, the default autocomplete option gets inserted after the value.  I would like to stop this behavior.  I never noticed it before, so I'm not sure if I activated something.  Thank you for your help.

 

Which autocompletes to:

 

0

Hmm, PyCharm shouldn't show the suggestion list immediately after an integer assignment, there's something wrong. 

Try disabling custom plugins if you have any and reset settings to defaults using File | Manage IDE settings (after the test, you can restore them back from backup which IDE automatically creates)

1
Avatar
Permanently deleted user

It worked.  I disabled the path auto-completion plugin, and it's no longer pulling up the suggestion list after an integer assignment.  Thank you for your help.

0

请先登录再写评论。