Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show guidelines in Spyder?

Tags:

spyder

In some IDEs like VSCode, Pycharm,... there is a guideline that shows the begin and end of a loop or function (as shown in the picture by arrow).

How to show this guidelines in Spyder IDE (or Anaconda)?

enter image description here

like image 874
Alireza Ghanbari Avatar asked Nov 15 '25 04:11

Alireza Ghanbari


1 Answers

(Spyder maintainer here) Those guides are only available in Spyder 4. To activate them, you need to go to the menu entry Source > Show indent guides.

like image 151
Carlos Cordoba Avatar answered Nov 17 '25 22:11

Carlos Cordoba