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...
您尚未验证自己的帐户 在验证电子邮件之前,您无法将代码提交给评判系统。 您可以在个人资料页面中重新发送验证电子邮件或更改电子邮件。 调用栈信息: ``` 保存文件错误 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...
中文乱码
 标题右键Open solustiton无反应 .lcv文件乱码 
最近刷力扣的时候,发现这个学习计划功能挺好的,想在idea里面直接弄学习计划的题目,现在的话我是看学习计划里面的题目然后一个一个去idea里面搜索,有点麻烦,可以将学习计划这个模块加入到插件里面吗?
难度列DD可以把红黄绿颜色表示在Title列的文本上,F列希望有开关可以关闭(大多人没有力扣vip),这样可以节省屏幕空间。 
**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} 已经前面有换行了。但是实际的效果是  能否支持红色框的内容也进行换行呀- -