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

您尚未验证自己的帐户 在验证电子邮件之前,您无法将代码提交给评判系统。 您可以在个人资料页面中重新发送验证电子邮件或更改电子邮件。 调用栈信息: ``` 保存文件错误 java.io.IOException: No such file or directory at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method) at java.base/java.io.File.createNewFile(File.java:1026) at com.shuzijun.leetcode.plugin.utils.FileUtils.saveFile(FileUtils.java:45) at com.shuzijun.leetcode.plugin.utils.FileUtils.saveFile(FileUtils.java:36) at com.shuzijun.leetcode.plugin.manager.QuestionManager.translation(QuestionManager.java:285) at com.shuzijun.leetcode.plugin.manager.QuestionManager.parseQuestion(QuestionManager.java:241) at com.shuzijun.leetcode.plugin.manager.QuestionManager.getQuestionService(QuestionManager.java:41) at com.shuzijun.leetcode.plugin.manager.ViewManager.loadServiceData(ViewManager.java:43) at...

bug

![image](https://user-images.githubusercontent.com/39111057/129703950-5e9f6dfc-d1ea-494e-87b8-75005066d48e.png) 标题右键Open solustiton无反应 .lcv文件乱码 ![image](https://user-images.githubusercontent.com/39111057/129704248-673d1838-6805-4d9d-bbdc-a0f1f1d0920b.png)

最近刷力扣的时候,发现这个学习计划功能挺好的,想在idea里面直接弄学习计划的题目,现在的话我是看学习计划里面的题目然后一个一个去idea里面搜索,有点麻烦,可以将学习计划这个模块加入到插件里面吗?

难度列DD可以把红黄绿颜色表示在Title列的文本上,F列希望有开关可以关闭(大多人没有力扣vip),这样可以节省屏幕空间。 ![image](https://user-images.githubusercontent.com/57058325/158574688-59c38f98-59e4-4f69-97d0-81426465cdb0.png)

**Describe the bug** IDEA切换主题时,题库列表字体颜色不会跟随改变,只有重启IDEA后才能正常适配主题颜色。

fixbug error show of [NBSP]

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

我自己写的测试框架中需要加个codes字段,作区分

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 有时候想重写代码,就需要将文件内容重置为最开始的代码模板。 **Describe the solution...

${question.content} package leetcode.editor.cn; //$!velocityTool.date() public class $!velocityTool.camelCaseName(${question.titleSlug}){ public static void main(String[] args) { Solution solution = new $!velocityTool.camelCaseName(${question.titleSlug})().new Solution(); } ${question.code} } 上面是模板内容 可以看到 ${question.code} 已经前面有换行了。但是实际的效果是 ![image](https://user-images.githubusercontent.com/11586552/153379550-52fa30a5-438d-41c1-a672-46b72213819d.png) 能否支持红色框的内容也进行换行呀- -