1

I am using Spyder as my Python IDE instead of Pycharm. Its editor provides predictions quite fast but it needs at least 3 characters for them to be shown.

Can I change this? My problem is I have similar variables with long names, so having faster completions would be great.

pppery
  • 3,731
  • 22
  • 33
  • 46
maxemilian
  • 347
  • 1
  • 3
  • 15

1 Answers1

1

(Spyder maintainer here) To decrease or increase the number of characters needed to get completions, please go to the menu:

Tools > Preferences > Completion and linting > Code completion

and change the number in Show automatic completions after characters entered.

Carlos Cordoba
  • 33,273
  • 10
  • 95
  • 124