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...
## 根据不同语言选择不同的自定义代码模板 ### 主要改动 - 不同语言对应不同的自定义代码模板 - 支持一次对多个语言的自定义模板的修改和保存 - 支持旧版本 ### 关联 Issue Closes #732 ### 其他信息 因为留意到这个插件似乎挺久没有更新了,而我并不会插件开发(甚至对Java都不太熟悉),所以这个解决方案可能并不优雅。
打不开题目
打不开题目啊大佬 另外收费版插件跟idea不兼容,idea直接进不去 idea版本:2024.1 CE
上个月用过,今天再次打开的时候发现没办法提交代码了,没有右边的代码编辑模块 
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
goland 2024.3.3登陆成功后无法打开题目 com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction ; see https://jb.gg/ij-platform-threading...
作者您好,力扣官网的热题HOT 100、200 等热门类目列表,希望插件可以支持显示。
**Describe the bug** 查找题解的时候如果题解有.mp4的视频时,发现不能正常加载视频 If there is a .mp4 video in the solution, the video cannot be loaded properly **To Reproduce** Steps to reproduce the behavior: 1. open the leetcode...
在登录leetcode的前提下获取cookie,但仍然无法登录。
goland编辑器测试或提交代码的时候有时候插件会出现NPE,重启后重新登录可以解决,过一会又报错了 java.lang.NullPointerException: Cannot invoke "String.toUpperCase()" because "langSlug" is null at com.shuzijun.leetcode.plugin.model.CodeTypeEnum.getCodeTypeEnumByLangSlug(CodeTypeEnum.java:80) at com.shuzijun.leetcode.plugin.actions.editor.SubmitAction.actionPerformed(SubmitAction.java:17) at com.shuzijun.leetcode.plugin.actions.editor.AbstractEditAction.actionPerformed(AbstractEditAction.java:53) at com.shuzijun.leetcode.plugin.actions.editor.SubmitAction.actionPerformed(SubmitAction.java:13) at com.shuzijun.leetcode.plugin.actions.AbstractAction$1.run(AbstractAction.java:52) at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:477) at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:133) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$6(CoreProgressManager.java:528) at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:249) at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98) at...