VSCode-WorkAt is an extension that lets you write code for WorkAt.tech in VSCode. Check it out on the Marketplace.
Choose a language from the dropdown menu and start writing your code. You can additionally access all of the topics, companies and lists made by WorkAt.tech.
Press Ctrl+Shift+P (Cmd+Shift+P on macOS) to open the command pallete. Then select Get Problems from the list. This will start an interactive prompt, where you can choose between solving problems topics-wise, or company-wise, or get a list of curated problems. This feature will be expanded to be GUI-based (via Activity Bar) in the future.
You can directly install the extension from the Marketplace, or you can paste the following command into the terminal:
code --install-extension AdityaPrakash.vscode-workat
Currently, it is not possible to submit the code from within VSCode. This is due to a security concern. As an immediate work-around, when you click submit, your code will be copied to your clipboard, and you will automatically be redirected to the respective problem's page on workAt.
Updated README.md with installation instructions.
Check out the Changelog for more details.
- Aditya Prakash - Author & Developer
- WorkAt.tech Team - For the platform & community. Helped me out with the API endpoints.
- developomp - Helping me out with my questions