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
Now the latest version of vscode-leetcode adds solution shortcut to the answer file window, yet does not provide a setting to hide the solution shortcut. In my own experience, the solution shortcut is somehow disturbing, forcing me to click it more or less. That's really not good when I try to solve the problem by my own.
I look through the leetcode settings, only to find Leetcode: Enable Shortcuts ( Show the submit and test shortcuts in editor or not. ) . Hence, It 's necessary to add setting -- Leetcode: Hide Solution Shortcut.
The text was updated successfully, but these errors were encountered:
Thank you for the feedback. Let me think about if we can have a way to let the user customize the shortcuts by his own. Like, make the configuration become an array:
Thank you for the feedback. Let me think about if we can have a way to let the user customize the shortcuts by his own. Like, make the configuration become an array:
leetcode.shortcuts: [
"test",
"submit",
]
something like that.
Feel free to let me know your thoughts.
Sounds like a reasonable proposal.
jdneo
changed the title
add setting -- Leetcode: hide solution shortcut
Make it possible to customize the shortcuts in editor
May 31, 2019
Note: After adopting this setting, the leetcode.enableShortcuts will be deprecated. If you want to disable the shortcuts, just set leetcode.editor.shortcuts to []
Now the latest version of vscode-leetcode adds solution shortcut to the answer file window, yet does not provide a setting to hide the solution shortcut. In my own experience, the solution shortcut is somehow disturbing, forcing me to click it more or less. That's really not good when I try to solve the problem by my own.
I look through the leetcode settings, only to find Leetcode: Enable Shortcuts ( Show the submit and test shortcuts in editor or not. ) . Hence, It 's necessary to add setting -- Leetcode: Hide Solution Shortcut.
The text was updated successfully, but these errors were encountered: