You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The extension supports 4 editor shortcuts (aka Code Lens):
93
+
- The extension supports 5 editor shortcuts (aka Code Lens):
94
94
-`Submit`: Submit your answer to LeetCode.
95
95
-`Test`: Test your answer with customized test cases.
96
+
-`Star/Unstar`: Star or unstar the current problem.
96
97
-`Solution`: Show the top voted solution for the current problem.
97
98
-`Description`: Show the problem description page.
98
99
@@ -128,7 +129,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
128
129
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files. |`""`|
129
130
|`leetcode.filePath`| Specify the relative path under the workspace and the file name to save the problem files. More details can be found [here](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). ||
130
131
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
131
-
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are: `submit`, `test`, `solution` and `description`. |`["submit, test"]`|
132
+
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are: `submit`, `test`, `star`, `solution` and `description`. |`["submit, test"]`|
132
133
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
133
134
|`leetcode.nodePath`| Specify the `Node.js` executable path. for example, C:\Program Files\nodejs\node.exe |`node`|
134
135
|`leetcode.showCommentDescription`| Specify whether to include the problem description in the comments |`false`|
0 commit comments