You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement class MatlabFoldingBuilder extends CustomFoldingBuilder
And register it in plugin.xml like this: <lang.foldingBuilder language="Matlab" implementationClass="..."/>
Example can be found in XmlCodeFoldingBuilder
Feature request
Like in other language styles, it would be very useful to be able to fold code blocks (if-else, classdef, try-catch, switch etc).
The text was updated successfully, but these errors were encountered: