Can I somehow fold the body of the class, not its ...
# intellij
m
Can I somehow fold the body of the class, not its arguments without having to find the end of the body?
i.e. here I want to fold hello and goodbye, not name
g
cmd + (-/+) but depends where you are in the file
🙏 1
☝️ 1
w
cursor right after
{
and
cmd
+
-
should fold function body I think
m
Nice, works like a charm 👍
a