Hi,
Is it possible to enable folding by scope? I searched about it and the only answer I could get was that sublime didn’t support at the time but the topic was old. If not possible, how can I create buttons in the gutter to substitute the folding markers? The examples that I could find, were only adding icons.
For example:
namespace SomeNamespace;
Some code here...
namespace SomeOtherNamespace;
More code here...
The body of the namespace is implicit and most people would not indent because of framework style guides, psr, etc…
Thanks