Tom Seddon
Tom Seddon

Reputation: 2748

Can I disable code folding in WebStorm?

I want to disable code folding in WebStorm. It's possible to turn off the folding indicators, but the folding itself still works. I'd like to be rid of the whole thing, so it's impossible to activate it in any way. Is this possible?

(There aren't any obvious options, but I'm hopeful there's something I've missed...)

Upvotes: 8

Views: 1476

Answers (1)

sloppypasta
sloppypasta

Reputation: 1126

In the WebStorm preferences there is a section for folding. There you can enable/disable folding for all different types of code. Personally, I have all my folding disabled as well. Hope this helps!

FYI: Preferences -> Editor -> General -> Code Folding

Upvotes: 10

Related Questions