leetcode-editor
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...
pycharm版本 2023.2.4 专业版,LeetCode插件版本:8.8 通过lists筛选题单,筛选出来的题单一直是空白的。 例如:选择leetcodehot100,题单列表没有题目。
感谢大佬的项目。 想请教一个问题,将编写的代码提交到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)   
怎么定位bug
感觉实际bug行和真实bug行不匹配,能解决一下吗
 
增加了 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....