vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

when open source file for reviewing, should have a link which jump to its description

Open lazywhite opened this issue 3 years ago • 2 comments

🚀 Feature Proposal

when user is reviewing code like 66.PlusOne.go, its description web page is already closed, if you want to read the description, you have to go back to leetcode plugin then search it by id, I think we should just add a link after "submit, test" which become "submit, test, description"

Motivation

better user experience

Contribution

lazywhite avatar Mar 28 '22 04:03 lazywhite

you can set the setting "Leetcode: Show Description" with "Both", so that when you solving a question, the plugin will show the question description both in webview and your file comment

image

1m188 avatar Mar 29 '22 07:03 1m188

you can set the setting "Leetcode: Show Description" with "Both", so that when you solving a question, the plugin will show the question description both in webview and your file comment

image

generating short description as comment is not enough, sometime user want to view gif etc.. , still we need a link jump to its description web page.

lazywhite avatar Apr 07 '22 07:04 lazywhite