leetcode-editor icon indicating copy to clipboard operation
leetcode-editor copied to clipboard

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...

Results 155 leetcode-editor issues
Sort by recently updated
recently updated
newest added

pycharm版本 2023.2.4 专业版,LeetCode插件版本:8.8 通过lists筛选题单,筛选出来的题单一直是空白的。 例如:选择leetcodehot100,题单列表没有题目。

bug

感谢大佬的项目。 想请教一个问题,将编写的代码提交到leetcode是否可以自动化,而不是点击一下submit按钮。 例如,我是否可以将提交按钮通过执行命令行语句来提交代码?

java.lang.ClassCastException: class com.intellij.openapi.application.impl.ApplicationInfoServiceDelegate cannot be cast to class com.intellij.openapi.application.impl.ApplicationInfoImpl (com.intellij.openapi.application.impl.ApplicationInfoServiceDelegate and com.intellij.openapi.application.impl.ApplicationInfoImpl are in unnamed module of loader com.intellij.util.lang.PathClassLoader @6debcae2) at com.shuzijun.leetcode.plugin.utils.SentryUtils.submitErrorReport(SentryUtils.java:31) at com.shuzijun.leetcode.plugin.listener.ErrorReportHandler.submit(ErrorReportHandler.java:32) at com.intellij.diagnostic.IdeErrorsDialog.reportMessage(IdeErrorsDialog.kt:590) at com.intellij.diagnostic.IdeErrorsDialog.reportAll(IdeErrorsDialog.kt:849) at com.intellij.diagnostic.IdeErrorsDialog.access$reportAll(IdeErrorsDialog.kt:65)...

代码模板里可以有题目链接的变量吗?

I often create new methods by first calling them after which i use quick fix action menu (alt+Enter and 'create new method'). You can see a method created this way...

嵌入网页的登录弹窗,登录后idea奔溃,直接关闭弹窗idea也会崩溃。 IntelliJ IDEA 2022.2.3 (Ultimate Edition) ![image](https://github.com/shuzijun/leetcode-editor/assets/4272094/ced9a0ba-adb4-427c-a4d8-ba8afa03e04e) ![image](https://github.com/shuzijun/leetcode-editor/assets/4272094/44f11ead-5945-4fb8-bb82-fc9dba825c77) ![image](https://github.com/shuzijun/leetcode-editor/assets/4272094/da6f8cb7-c3b1-4238-8b73-ac0062edcef9)

感觉实际bug行和真实bug行不匹配,能解决一下吗

![image](https://github.com/shuzijun/leetcode-editor/assets/89133141/456d4b4c-0eea-47e1-9eb5-aff1cc19f41d) ![image](https://github.com/shuzijun/leetcode-editor/assets/89133141/a4564868-8086-48ad-b9eb-a516bf32dfad)

增加了 C++ 常用配置推荐,实测 LCR 等题目也能正常使用。 增加了 `VelocityTool.java` 中几个函数介绍。

**Describe the bug** Unable to login to leetcode **To Reproduce** Steps to reproduce the behavior: 1. Open IntelliJ 2. Click on Leetcode Editor plugin 3. Click on Sign In 4....