Has code folding behavior and keystrokes recently changed?
I just updated to IntelliJ IDEA 2020.3.1 (Ultimate Edition), and Python code folding seems to be working differently, plus the keystrokes don't always "take". For example, it used to be that command-+ (mac) would expand all, regardless of the selection. Now it does nothing. Also, after folding all, clicking the hidden ... of a class would expand it's functions one level (i.e., they'd not be expanded themselves), but now it expands the entire file. There's more, but I'm wondering if this release changed anything. Thank you.
IntelliJ IDEA 2020.3.1 (Ultimate Edition)
Build #IU-203.6682.168, built on December 29, 2020
Runtime version: 11.0.9.1+11-b1145.63 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
请先登录再写评论。
Does it occur only in Python code? Are there any exceptions in the logs (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085)?
Happens in HTML too. No notable exceptions in the log. I was going to revert to ideaIU-2020.2.4.dmg, but I got an error about plugin compatibility (Python, others). I'll try to find time to do that and post the differences in behavior.
https://youtrack.jetbrains.com/issue/JBR-2981 might be the case. Please try 2020.3.2 build: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2020.3+latest+builds .
Seems to fix it. Thank you.