Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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...)

like image 963
Tom Seddon Avatar asked Oct 21 '16 13:10

Tom Seddon


People also ask

What is code folding in IntelliJ?

Now, when you select the Custom folding regions option, IntelliJ IDEA will fold such regions when you open your file in the editor. Before. After. Android - language-specific code fragments in Android. JavaScript - language-specific code fragments in JavaScript and TypeScript.

When enabled for a specific section What do the preferences in Java editor folding control?

Code Folding enables you to 'collapse', or hide, certain sections of code while you are not working on them. This enables you to manage larger amounts of code within one window.


1 Answers

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

like image 192
sloppypasta Avatar answered Oct 14 '22 00:10

sloppypasta