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
Hi, We are editing uBO filters in VS Code using VscodeAdblackSyntax. Can we use a symbol or a formatting to fold/collapse sections for presentation clarity?
Currently, we are using this presentation format:
!=== : as Heading 1 ===
! : as Heading 2
!!: as Heading 3
Here is an example:
It is not ideal because there is no folding / collapse possibility.
VscodeAdblackSyntax offers folding for pre-parsing directives like !#if / !#endif
but pre-parsing directives are for coding purposes, not just display purposes. Is there a better way than writting this:
The text was updated successfully, but these errors were encountered:
Could we add the VS Code built-in code folding feature (#region / #endregion) for AdBlock filter files?
AutoHotKey Plus Plus extension for VS Code is providing the VS Code folding #region / #endregion for .ahk files. This extension has the same purpose as VscodeAdblackSyntax for Adblock filter files but for AutoHotKey files.
Hi, We are editing uBO filters in VS Code using VscodeAdblackSyntax. Can we use a symbol or a formatting to fold/collapse sections for presentation clarity?
Currently, we are using this presentation format:
Here is an example:
It is not ideal because there is no folding / collapse possibility.
VscodeAdblackSyntax offers folding for pre-parsing directives like !#if / !#endif
but pre-parsing directives are for coding purposes, not just display purposes. Is there a better way than writting this:
The text was updated successfully, but these errors were encountered: