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

比如在网络不佳环境下登陆失败,IDEA会报IDE Internal Error `java.net.SocketException`,希望可以改成只在LeetCode Console中显示请求失败等内容,变成更加友好的界面显示。 ``` java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at...

进度管理可以点击,并且能拉到进度管理的列表,但是每个进度都是全部没有做题的状态

bug

是否可以支持 debug 算法? 现在debug需要依靠本地的 Interpreter,自己手动输入测试用例。 对于 多叉树 等数据结构需要自己编写 init 代码,重复工作很多。 能否支持和 Leetcode 交互的 debug? 可以参考: ### 图片: ![image](https://user-images.githubusercontent.com/16497652/187871791-d1c6ee40-082c-4a00-a963-879884e385df.png) ### 链接 https://github.com/wangtao0101/vscode-debug-leetcode

插件对于每一个题目生成的java类名称都叫Solution,造成想在本地调试时,会一直报: java: 类重复: Solution 我的想法是能不能在Solution后面加上题目的ID,例如第11题生成的java类名就叫:Solution11 尽量避免冲突呢?

只有鼠标移动上去才能显示对勾,列宽度拉不了 ![image](https://user-images.githubusercontent.com/40782397/186455725-697a844c-a9b0-4230-8af2-7069d1c835cc.png)

**Describe the bug** 升级intellij 2022.2 后, Java 无语法提示 ```

> 场景 同时刷算法题和数据库题时,由于 java 模版和 mysql 模版是不一样的, 但,貌似插件在切换 codetype 后,并不会记住不同 codetype 的自定义模版, 是否可支持自定义不同 codetype 使用不同的模版 ![CleanShot 2022-08-09 at 18 29 47@2x](https://user-images.githubusercontent.com/21237993/183627065-503ca60a-9367-4cae-80d7-0445f03beb57.png)

enhancement

**Describe the bug** 使用插件设置为C++模式时,编辑器中的代码没有像正常的C++代码一样正确高亮显示。当使用Java时,代码被正确高亮显示。 **Software versions(*Help* -> *About*)** - Product: [e.g IDEA 2020.2] - Runtime version:[e.g 11.0.7+10-b944.20 amd64] - VM:[e.g OpenJDK 64-Bit Server VM by JetBrains s.r.o.] - OS:[e.g Windows...

**Desc** Start a discussion or ask for help **Software versions(*Help* -> *About*)(Optional)** - Product: [e.g IDEA 2020.2] - Runtime version:[e.g 11.0.7+10-b944.20 amd64] - VM:[e.g OpenJDK 64-Bit Server VM by JetBrains...

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