Home


Leetcode2IDE

Leetcode2IDE is a problem parser designed for Leetcode. It is aimed at making Leetcode more convienient to coders who are used to TextEditors/IDEs

Star

Instructions

  • This parser works only for Leetcode Contests
  • Regular Leetcode Problems are not yet supported
  • Open the Problem Page from a contest
  • Right click anywhere and click on "View page source"
  • Copy everything using Ctrl + A
  • Go to Leetcode2IDE\Parse Task
  • Paste everything in editor, and click Run
  • And you get your C++ Code ready to be run on an IDE

Updates

March-14-2020

Added support for Custom Template and a Copy button

March-10-2020

Deployed this website for testing !