- Notifications
You must be signed in to change notification settings - Fork668
Description
Milestone
When clicking the problem node, create a webview panel with problem description.
This feature could be implemented withleetcode-cli show -x
command. Would be better if we can keep the color of console output.Add Click the tree explorer should open the topic (#132) #186Add/Remove favorite problem from right-click context menu.
Could be implemented byleetcode-cli star
command.Show most voted solution in a webview panel from right-click context menu.
Could be implemented byleetcode-cli show <id> --solution
command fromsolution.dicuss plugin.Top voted solution webview #193Open problem page in web browser from right-click context menu.
Intellisense, lint, debug with testcase locally.
Relative work:leetcode-cli test <filename> --local
command fromcpp.run plugin.
Intellisense and lint service could be provided by other extensions likecpptool
. What we should do is to provide some pre-included headers/packages likebits/stdc++.h
and someListNode
definitions, which has been covered by the effort ofcpp.run plugin.