Skip to content

New features milestone #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 of 5 tasks
Vigilans opened this issue Jan 24, 2019 · 3 comments
Open
3 of 5 tasks

New features milestone #96

Vigilans opened this issue Jan 24, 2019 · 3 comments
Assignees

Comments

@Vigilans
Copy link
Contributor

Vigilans commented Jan 24, 2019

Milestone

  • When clicking the problem node, create a webview panel with problem description.
    This feature could be implemented with leetcode-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) #186

  • Add/Remove favorite problem from right-click context menu.
    Could be implemented by leetcode-cli star command.

  • Show most voted solution in a webview panel from right-click context menu.
    Could be implemented by leetcode-cli show <id> --solution command from solution.dicuss plugin. Top voted solution webview #193

  • Open problem page in web browser from right-click context menu.

  • Intellisense, lint, debug with testcase locally.
    Relative work: leetcode-cli test <filename> --local command from cpp.run plugin.
    Intellisense and lint service could be provided by other extensions like cpptool. What we should do is to provide some pre-included headers/packages like bits/stdc++.h and some ListNode definitions, which has been covered by the effort of cpp.run plugin.

@jdneo
Copy link
Member

jdneo commented Jan 24, 2019

@Vigilans Great work! All of these features are very useful from my perspective.

@twchn
Copy link

twchn commented Jan 25, 2019

Consider these?
#59 #69

@Vigilans
Copy link
Contributor Author

@taoweicn most of the leetcode.com relative features are implemented based on leetcode-cli, I'm not sure whether show the latest submission feature is implemented there.

Since I am participating in MCM contest these days(25-29), I might not be able to quickly response the issues...after finishing the contest, I will look into all these features.

@Vigilans Vigilans changed the title New features wishlist New features milestone Mar 8, 2019
@Vigilans Vigilans self-assigned this Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants