From d01ff3a1fedb8f1cd74020d3f68eb04c87827753 Mon Sep 17 00:00:00 2001 From: CsCherrYY <122255951@qq.com> Date: Wed, 16 Mar 2022 23:51:12 +0800 Subject: [PATCH] support open structure --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index b8bfded..69caa13 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,13 @@ "key": "ctrl+shift+t", "command": "workbench.action.showAllSymbols" }, + { + "mac": "cmd+f3", + "win": "ctrl+f3", + "linux": "ctrl+f3", + "key": "ctrl+f3", + "command": "outline.focus" + }, { "mac": "cmd+l", "win": "ctrl+l",