Skip to content

yr1404/LeetExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetExport

This is a Chrome extension that lets you download the LeetCode editor's code as a file.

✅ Features

  • Extracts code from the LeetCode editor
  • Converts problem titles into PascalCase class names
  • Replaces class Solution with public class <ProblemTitle> *only for Java for now
  • Allows you to download the solution as a code file as per selected language
  • Preserves the problem URL as a comment in the file

💻 Installation

  1. Clone or download this repository
  2. Open Chrome and go to chrome://extensions/
  3. Enable Developer mode (top-right toggle)
  4. Click Load unpacked and select the folder containing this extension
  5. The extension icon should now appear in Chrome

🚀 Usage

  1. Open any LeetCode problem
  2. Click the "Create Java File" button near the code editor tab
  3. Choose where to save the code file when prompted

▶️ Watch In Action

ezgif-12466eaa5bd58e


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published