Replies: 2 comments 3 replies
-
We'd probably need to look at the implementation (microsoft/vscode#190759) and figure out what part of our markers aren't being found. Reading the PR, can you try using /* */ style block comments and seeing if those are recognized? |
Beta Was this translation helpful? Give feedback.
0 replies
-
As far as I understand the PR code this feature is based on the folding section of language configuration... which we don't define in our language configuration |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Latest vscode release (#Minimap section headers) got an option to specify
//#region ...
which then get reflected into Minimap section headers.I often organize my code into nested F# modules rather than regions.
It would be nice to have an option for Ionide to implicitly present nested modules as Minimap sections (even without explicit #region definitions).
Beta Was this translation helpful? Give feedback.
All reactions