It would be nice to have a feature added to code collapse that would allow for automatic collapse of Functions, Procs, Subs, etc.
If this option were selected, whenever a file were opened (PHP, JS, etc.), functions (etc.) would automatically be collapsed. Thus the amount of code to scroll through would greatly be reduced.
Code Collapse - Added Feature
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Code Collapse - Added Feature
Rick Craft
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Actually we do plan to include collapse based on each { and } bracket in PHP, maybe in other languages too - you will be able to collapse every { ... } block no matter if it is function, if, else, switch etc. Currently we are fighting with the slow operation of our routine. It seems to lag for files with zillion lines.