4

Since you only have a limited number of code units, tables, etc., you can end up putting a *lot* of code in a single object. Code folding region support for the AL language extension would be extremely helpful (like described here https://code.visualstudio.com/updates/v1_17#_folding-regions).

Category: Development
STATUS DETAILS
Completed
Ideas Administrator

Thank you for your suggestion. As part of implementing compiler directives for other scenarios, we have decided to include region support as well.

Comments

P

A better practice would be to refactor your code and prevent it even requiring "regions" to become readable.

Category: Development