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.lang.NullPointerException: Cannot invoke "com.intellij.openapi.vfs.VirtualFile.getPath()" because "vf" is null at com.shuzijun.leetcode.plugin.utils.FileUtils.openFileEditorAndSaveState(FileUtils.java:233) at com.shuzijun.leetcode.plugin.manager.CodeManager.openContent(CodeManager.java:79) at com.shuzijun.leetcode.plugin.manager.CodeManager.openCode(CodeManager.java:40) at com.shuzijun.leetcode.plugin.listener.TreeMouseListener$1.run(TreeMouseListener.java:51) at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:434) at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:132) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$5(CoreProgressManager.java:484) at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:248) at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:73) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:192) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:610)...

**Desc** 说明文档中只是提供了几个比较简单的函数,经过我的代码阅读,发现内部基于VelocityEngine引擎实的,VelocityEngine是一个历史悠久的框架,支持 if、else、foreach、宏定义等功能,大家可以阅读相关文档学习。 除此之外,实际提供的参数,也比文档中的多。 大家可以把自己的模版分享出来,比如:自动把测试用例转成代码,直接执行。 更复杂的,可以自动从文章中提取出关键字、点赞数、算法类型等。 ![image](https://github.com/user-attachments/assets/239c2830-2f51-4bc8-982b-3acf4c449910)

I have customized color scheme. It works fine on my project. But for leetcode Kotlin files, it does not apply those colors. Leetcode Kotlin file ![image](https://github.com/user-attachments/assets/7e600f6c-107a-4ea4-a6df-02e13084fd1d) Project Kotlin file. ![image](https://github.com/user-attachments/assets/ad96905b-5bc4-4620-98b6-922bf005f619)...

**Describe the bug** https://github.com/shuzijun/leetcode-editor/assets/45729654/6aa3bf88-268a-43c7-b7bf-0995500fff31 回车后,中括号对齐错误 另外,没有代码提示补全 **Software versions(*Help* -> *About*)** - Product: [e.g GOLAND 2024.1] - OS:[e.g mac os 14.3] ``` ```

**Describe the bug** Zoom not working for LeetCode content text and window. **To Reproduce** Steps to reproduce the behavior: 1. Set zoom settings to 150% in IDE 2. IDE will...

Hi, first thank you for nice plugin. I'm playting with https://leetcode.com/studyplan/top-interview-150 and i hope this should appear in `Lists` sections: ![sh moon 2024-07-07 at 18 52 13@2x](https://github.com/shuzijun/leetcode-editor/assets/142193302/2ce07495-c1ec-48b1-8ba2-ddd93157693a)

您好, 博主: 我在ubuntu20.04 使用了vpn(clash的方式), pycharm2023.3.2 信息如下, 我对其中的http 代理使用 三种方式 无代理, 自动检测, 手动代理, 然后检查连接时 都可以通过, 但是 就是无法登录, 也没有提示网页登录信息, 重启过。 请帮忙查看以下,谢谢。 PyCharm 2023.3.2 (Professional Edition) For educational use only. Runtime version: 17.0.9+7-b1087.9...

**Describe the bug** The description text of a problem is scaled up after while. **To Reproduce** Steps to reproduce the behaviour: Restart Mac or close and open Intellij Secondary screen...

右边的代码文件上面确实没有了related topics, 但是左边的预览窗口还是有这个结点,新建题目也是这样,删除题目类重新打开还是这个样。 ![image](https://github.com/shuzijun/leetcode-editor/assets/43376740/b28c26d7-9455-40c6-95e1-c42580ccd432) ![image](https://github.com/shuzijun/leetcode-editor/assets/43376740/a97b97b5-d10e-437d-8df3-c9abf7ffd059)

比如一个题写了2种答案,一个递归一个迭代,在不同的解答前打个断点就能直接切换运行和提交的代码? 或者实现快捷键快速注释掉其中一个解答的方式来切换题解