Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to display vertical indent lines in Delphi?

Is there any way to persuade the Delphi IDE to display vertical indent lines that help me see which begin goes with which end? I would like the IDE option to show a vertical line between associated begin/end statements.

like image 716
Jeff Cope Avatar asked Jun 27 '13 19:06

Jeff Cope


2 Answers

You can use the CnPack IDE Wizards, this plugin includes a feature called Code Structure Highlight.

enter image description here

like image 54
RRUZ Avatar answered Oct 14 '22 14:10

RRUZ


In Delphi 10 Seattle and later it is a built in function and by default turned on.

Look here.

like image 25
tomix Avatar answered Oct 14 '22 12:10

tomix