Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSCode PuzzlesNew to Visual Studio Code? Get it now.

VSCode Puzzles

Michael DeMarco

|
42 installs
| (0) | Free
A tool to fetch coding problems from r/dailyprogammer, Project Euler and more to be solved directly in VSCode!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-puzzle

vscode-puzzle is a super simple VSCode add-on that collects a problem from the internet and brings it directly into your editor. Practice your programming skills with ease.

Banner

Features

vscode-puzzle currently supports problems from r/dailyprogrammer, ProjectEuler, and CodingBat. It fetches a random problem for any of those three sites, creates a folder, and stores both a markdown file with the problem description and creates a .py file for you to begin your solution. Here's an example of an output.

Displaying the problem

In the future, there is a plan to support a different preferred export type (other than Python), and problems from different websites.

Requirements

n/a

Extension Settings

In the future, there will be an option to set your preferred solving language.

TODO: use the contributes.configuration extension point to set this up!

Known Issues

TBD

Release Notes

This is currently being built as a part of the Microsoft VSCode Hackathon. Release notes to come following this weekend.

1.0.0

The initial release of vscode-puzzle is described above.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft