Chris2011 commented on PR #6541: URL: https://github.com/apache/netbeans/pull/6541#issuecomment-1754643240
I would like not to do the shift indicator because we can use it for another type of collapsing/expanding. In VS Code or IntelliJ u can use shift + alt to expand/collapse everything else except from that where you clicked on. So expand/collapse should be a normal operation with one click and nothing else as in all editors. There is no need to use another key to just handle this normal behaviour. For IntelliJ there is one more thing to know, that they have also an indicator to expand/collapse on the closing bracket which seems also need if you have long code parts. But for me i prefer the VS Code way to not include the braces into the fold state. So maybe an option is better than some hardcoded stuff as you can see, we have different preferences. And if we can't find the best way, I'm for an option. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
