Disabling automatic code folding
bitboxx opened this issue · 1 comments
bitboxx commented
AngularJS-sublime-package automatically folds certain parameters.
ng-repeat="(index, session) in item.sessions"
becomes...
ng-repeat="(index, ...) in item.sessions"
I have to manually expand the folded code every time I want to see / modify the code. How can this be disabled? I am using Sublime Text 2
bitboxx commented
It looks like that another package is causing this.