question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Region/folding is not supported?

See original GitHub issue

I see that VS Code supports region/folding for some language e.g. //#region My Region some code //#endregion

But dart is not supported. Am I doing something wrong or this will be added later?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

20reactions
polottocommented, Jul 12, 2019

//#region and //#endregion work in the Android Studio and Intellij as well.

13reactions
ModProgcommented, Jun 22, 2020

Not the real solution for the problem, but for those just searching for a workaround: https://marketplace.visualstudio.com/items?itemName=maptz.regionfolder Its a Addon that works for many languages, including dart.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Region folding in my Visual Studio Code is not working
I noticed when I was organizing my codes, #region & #endregion folding does not work. It seems to work more as a comment...
Read more >
Fold regions by default does not work on Mac, unfolds regions ...
1. On Mac Visual Studio 2019 - use Visual Studio - Preferences - General - 'Fold #regions by default' - ensure this is...
Read more >
Region comments are not parsed correctly at the end of a class
When a region is closed after the last line of code in a class definition, it is not foldable correctly. Instead, the folding...
Read more >
Region folding not working in rust, is this behivor build in for ...
Region folding not working in rust, is this behivor build in for #region folding for VS code or do I have to define...
Read more >
Folding sections - VS Code Can Do That - Workshop - GitBook
VS Code allows you to specify arbitrary blocks that should be folded. These are called "regions". To create one of these, use a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found