select a function code in VSCode 在MacOS上的快捷方式是什么?

What's the shortcut of select a function code in VSCode on MacOS?

通常使用shift+down到select一个函数代码,我想要一个更有效的方法来select函数,如下图所示。感谢您的帮助。

我的 VSCode 版本和其他信息:

Version: 1.37.1
Submit: f06011ac164ae4dc8e753a3fe7f9549844d15e35
Date: 2019-08-15T16:16:34.800Z
Electron: 4.2.7
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.6.0

  1. 折叠功能(space行号后加上def
  2. select整行
  3. 移除折叠
  4. 复制 selection (Ctrl-C)