@@ -19,16 +19,6 @@ Solve LeetCode problems in VS Code.
1919- Search problems by keywords
2020- Submit solutions to LeetCode
2121
22- ## Commands
23- This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
24- - ** LeetCode: Sign in** - Sign in to LeetCode
25- - ** LeetCode: Sign out** - Sign out to LeetCode
26- - ** LeetCode: Select session** - Select one session and make it active
27- - ** LeetCode: Create new session** - Create a new session
28- - ** LeetCode: Refresh** - Refresh the LeetCode Explorer
29- - ** LeetCode: Search Problem** - Search for problems by keywords
30- - ** LeetCode: Submit** - Submit the solution to LeetCode
31-
3222### Sign In and Sign Out
3323![ SignInOut] ( resources/gif/signinout.gif )
3424
@@ -44,6 +34,16 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
4434### Submit Solutions to LeetCode
4535![ SubmitSolution] ( resources/gif/solveproblem.gif )
4636
37+ ## Commands
38+ This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
39+ - ** LeetCode: Sign in** - Sign in to LeetCode
40+ - ** LeetCode: Sign out** - Sign out to LeetCode
41+ - ** LeetCode: Select session** - Select one session and make it active
42+ - ** LeetCode: Create new session** - Create a new session
43+ - ** LeetCode: Refresh** - Refresh the LeetCode Explorer
44+ - ** LeetCode: Search Problem** - Search for problems by keywords
45+ - ** LeetCode: Submit** - Submit the solution to LeetCode
46+
4747## Known Issues:
4848- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
4949- Currently, only unlocked problems will be listed.
@@ -69,16 +69,6 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
6969- 根据关键字搜索题目
7070- 向 LeetCode 提交答案
7171
72- ## 命令
73- 该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
74- - ** LeetCode: Sign in** - 登入 LeetCode
75- - ** LeetCode: Sign out** - 登出 LeetCode
76- - ** LeetCode: Select session** - 激活一个已有的答题进度存档
77- - ** LeetCode: Create new session** - 创建一个新的答题进度存档
78- - ** LeetCode: Refresh** - 刷新左侧题目列表视图
79- - ** LeetCode: Search Problem** - 根据关键字搜索题目
80- - ** LeetCode: Submit** - 提交答案到 LeetCode
81-
8272### 登入及登出
8373![ SignInOut] ( resources/gif/signinout.gif )
8474
@@ -94,6 +84,16 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
9484### 向 LeetCode 提交答案
9585![ SubmitSolution] ( resources/gif/solveproblem.gif )
9686
87+ ## 命令
88+ 该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
89+ - ** LeetCode: Sign in** - 登入 LeetCode
90+ - ** LeetCode: Sign out** - 登出 LeetCode
91+ - ** LeetCode: Select session** - 激活一个已有的答题进度存档
92+ - ** LeetCode: Create new session** - 创建一个新的答题进度存档
93+ - ** LeetCode: Refresh** - 刷新左侧题目列表视图
94+ - ** LeetCode: Search Problem** - 根据关键字搜索题目
95+ - ** LeetCode: Submit** - 提交答案到 LeetCode
96+
9797## 已知问题
9898- 本插件会根据文件名称推测当前的目标题目,因此建议不要改变文件名。
9999- 本插件目前仅会显示已解锁的问题。
0 commit comments