PyCharm Autoexpanding Foldings Follow
Dear PyCharm Team
I'm using the new EAP 2.0 Release (PY-108.1348) and every time when I write a comment or function ( "/*" or "function () {" ) the autofolding expands for all instances within javascript files.
This is very disturbing because I want them to stay collapsed. If I create a comment, the whole folding expands, if I write a function only the folding underneath expands (all following foldings)
It's probably a Setting, I tried different combinations but couldn't figure out how to disable it. Would appreciate the help.
Please sign in to leave a comment.
Hello Angelo,
This is not a setting. When you start a comment and before you finish it,
the remaining part of the file is parsed as a comment, which invalidates
the folding regions that were created for the following functions.
You can file a request at http://youtrack.jetbrains.net/ and we'll see what
we can do about it.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hello Dmitry
thanks for the very fast response. I'm aware of that, but this behavior wasn't within the 1.x releases.
I'll file a request as you mentioned on your tracker.
Thanks very much