GitPedia

Leetcode editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio

From shuzijun·Updated June 18, 2026·View on GitHub·

[![Release][badge:release]][gh:releases] [![Snapshot][badge:snapshot]][gh:snapshot] [![License][badge:license]][gh:license] [![Plugin Homepage][badge:plugin-homepage]][plugin-homepage] [![Version][badge:version]][plugin-versions] [![Pro Plugin Homepage][badge:plugin-homepage-pro]][plugin-homepage-pro] [![Version][badge:pro-version]][plugin-versions-pro] [![Downloads][badge:downloads]][plugin-homepage] [![English Document][badge:en-doc]][gh:en-doc] [![中文文档][badge:zh-doc]][gh:zh-doc] [![捐赠][badge:... The project is written primarily in Java, distributed under the Apache License 2.0 license, first published in 2019. It has gained significant community traction with 3,974 stars and 421 forks on GitHub. Key topics include: algorithm, idea, intellij-plugin, leetcode.

Latest release: v2024.1.7-pubv2024.1.7-Pro
October 30, 2025View Changelog →

Leetcode Editor Leetcode Editor

Release
Snapshot
License
Plugin Homepage
Version
Pro Plugin Homepage
Version
Downloads
English Document
中文文档
捐赠
内推

<p align="center"><img src="https://cdn.jsdelivr.net/gh/shuzijun/blog-comment@v0.0.1/doc/leetcode-demo.gif" alt="demo" style="width: auto;height: auto;max-width: 90%; max-height: 90%;"></p>

Introduction

Do Leetcode exercises in IDE, support leetcode.com and leetcode.cn, meet the needs of problem solving and debugging.
Support theoretically: IntelliJ IDEA,PhpStorm,WebStorm,PyCharm,RubyMine,AppCode,CLion,GoLand,DataGrip,Rider MPS,Android Studio.

Getting Started

<p align="center"><img src="https://cdn.jsdelivr.net/gh/shuzijun/leetcode-editor@master/doc/leetcode-editor-3.0.gif" alt="start" style="width: auto;height: auto;max-width: 90%; max-height: 90%;"></p>

Local debugging

<p align="center"><img src="https://cdn.jsdelivr.net/gh/shuzijun/leetcode-editor@master/doc/customConfig-100.gif" alt="loacl" style="width: auto;height: auto;max-width: 90%; max-height: 90%;"></p>

Installation(help)

Configuration (configuration for first installation)

<p align="center"><img src="https://cdn.jsdelivr.net/gh/shuzijun/leetcode-editor@master/doc/config-3.0.jpg" alt="config" style="width: auto;height: auto;max-width: 90%; max-height: 90%;"></p>
  • Configuration path: File -> settings->tools->leetcode plugin
    • URL options: leetcode.comORleetcode.cn
    • Code Type: Java,Python,C++,Python3,C,C#,JavaScript,Ruby,Swift,Go ,Scala,Kotlin,Rust,PHP,Bash,SQL
    • LoginName: Login Username
    • Password: Login password
    • Temp File Path: Temporary file storage catalogue
    • proxy(HTTP Proxy): HTTP Proxy,config path:File -> settings->Appearance & Behavior->System Settings->HTTP Proxy
    • Custom code template: Custom code template (details) (demo)
    • LevelColour: Customize the difficulty color of the question, it will take effect after restart

Window

<p align="center"><img src="https://cdn.jsdelivr.net/gh/shuzijun/leetcode-editor@master/doc/window-3.0.jpg" alt="window" style="width: auto;height: auto;max-width: 90%; max-height: 90%;"></p>
  • Toolbar:
    • loginSign in:The login accounts of the two websites are not interoperable and the corresponding users need to be configured when switching websites.
    • logoutSign out:Exit the current account, if you encounter a login error, try to exit first.
    • refreshRefresh:You can also refresh and load questions if you are not logged in, but you cannot submit it.
    • pickpick:Open a problem randomly.
    • findFind:Open filter panel. You can search, filter and sort.
    • progressSession:Open the Session panel. You can view or switch sessions.
    • toggleToggle List:Switch to other list windows, including "All Problem List" , "Paginated Problem List" , "CodeTop Problem List".
    • configSettings:Quick jump to the configuration page.
    • clearClear:Clean up the files in the configured cache directories. The cache directories of the two websites are different and only the current configured websites are cleaned up. Carefully clean up cases without submitting.
<p align="center"><img src="https://cdn.jsdelivr.net/gh/shuzijun/leetcode-editor@master/doc/menu-3.0.jpg" alt="menu" style="width: auto;height: auto;max-width: 90%; max-height: 90%;"></p>
  • Menu (right-click on the questions):
    • open question:Open the question or double click on the question
    • open content:Show content(Rely on Markdown)
    • Submit:Submit the question
    • Submissions:View the submission record, select the record details in the pop-up window(Show detail)
    • Run Code:Run the code, the test case for the question is used by default
    • Testcase:Customize test cases
    • favorite:Add or remove favorite
    • Clear cache:Clean up the current question
    • Timer:Timer, when it is turned on, it will prompt the problem solving time in the status bar in the lower right corner
<br>
  • Editor Menu(Right-click on Editor to appear):
    Function as above
<br>
  • Question Editor:
    • Content:Show content(Rely on Markdown)
    • Solution:show solution
    • Submissions:View the submission record
    • Note:Show note

Support and Donations

Contributors

Showing top 8 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from shuzijun/leetcode-editor via the GitHub API.Last fetched: 6/21/2026