The LeetCode Scraper Extension is a Visual Studio Code extension that simplifies solving LeetCode problems directly within the editor. With an integrated UI for better visualization, this extension allows users to:
Enter a LeetCode problem URL.
Scrape and display the problem statement using Puppeteer.
Write and submit solutions in C++ or Python.
View test case results, including failed test cases, to refine solutions.
This extension is ideal for developers who want to streamline their problem-solving workflow without switching between the browser and the editor.
Features
Integrated UI:
A text box to input the LeetCode problem URL.
Displays the problem statement directly in the editor.
Solution Editor:
Write your solution on the right-hand side of the UI.
Support for C++ and Python programming languages.
Code Submission:
Submit your code directly from the extension.
Receive feedback on test case results, including details of failed cases.