In VS Code, is there a way to fold/unfold only the class methods found in the file?
I'm aware of Collapse all methods in Visual Studio Code but Ctrl + K + 2, or 3 only deal with the code block level and not the semantics of whether it's a method or not.