sublimetext-syntaxfold
sublimetext-syntaxfold copied to clipboard
Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
I can not use "[" and "]" as start and end regions for folding areas. SyntaxFold settings: ` { "scope": "text.plain", "startMarker":"[", "endMarker":"]" } ` I can use , {},...
Hi. :) I wondered if you can make everything between "#region" and "#endregion", including "#region" and "#endregion" in a box, when folded ( nothing outside ). When unfolded the name...
I don't think it works but I might be missing somethng: So, like: //region some stuff //region other suff //endregion more stuff //endregion
current block will not "unfold" if cursor is located within start marker line. It must be positioned at the end. \# region First Region... ------------^ (cursor position) will not unfold...
All the keybinds used to work perfectly. For whatever unknown reason they stopped working and now the folding only works by using the Command Palette. Any solutions for this problem?
installed syntaxfold. added: ``` //region test //endregion. ``` After hitting the hotkey, this shows up in the console and nothing happens. "At least start marker must be specified. Aborting request."
Hello all, i downloaded this plugin today for sublimtext3 & install it but after that when i whrite `#pragma region enum WeekDay { Dimanche,Lundi,Mardi,Mercredi,Jeudi,Vendredi,Samedi }; #pragma endregion` and did "alt+1",...
It'd be nice to have a single shortcut/keybind to toggle the fold rather than two separate keybinds for opening/closing specifically. If it's unfolded then fold it, if it's folded then...
### 1. Summary It would be nice, if Sublime Text SyntaxFold will support folding text in single line. ### 2. Argumentation I use [**Sublime Text TableEditor**](https://github.com/vkocubinsky/SublimeTableEditor) plugin for tables creating....
When collapsing a "region" you shouldn't see the "//region" or "//endregion" anymore. You should just see a highlighted chunk of text. Not sure if this is possible or not, but...