when open source file for reviewing, should have a link which jump to its description
🚀 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
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

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
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.