4

I keep running into an issue with VSCode where collapsed code expands when I start typing certain characters (i.e. "(", "{", "/*"). With very large code files, this is taking up a lot of time trying to collapse code again, when I am just trying to code new functions, comment out things, etc.

Anyone know how to stop this? I've looked into settings and can't see any that control this behavior. Basically, I just wanna type code like it was 2000!

Cheers, Guy with long code files wasting minutes recollapsing code

C Wells
  • 231
  • 3
  • 8
  • this might help you https://stackoverflow.com/questions/30067767/how-do-i-collapse-sections-of-code-in-visual-studio-code-for-windows – dippas Nov 09 '19 at 21:15

1 Answers1

1

This is not configurable and sounds unexpected. Please file a bug report.

This issue already tracks something similar

Matt Bierner
  • 58,117
  • 21
  • 175
  • 206