Eclipse for AS
Eclipse for AS
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- sparker0
code folding is where you can group and collapse blocks of code to make it easier to develop.
say you have a really long function, simply group the entire thing and collapse it so you don't have to scroll down the page to work on the next function.
quite handy in large development situations...especially for php classes.