Code outlining

VS.Php provides automatic outlining for your code. It outlines Php blocks, functions, classes, comments and HEREDOC sections. You can also create user regions by using one of the two following syntaxes. Starting with VS.Php 2.1 you can create nested user regions.

Automatic outlines
User regions


Collapse to definition

You can collapse all your outlines using the collapse to definition function. The following tutorial shows this capability. Collapse to definition tutorial