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

查看已提交的代码格式是txt,很不方便,有解决方案吗? ![image](https://user-images.githubusercontent.com/67517385/183000963-91a371e6-5b50-432a-835d-d7c94e8a8ee6.png)

enhancement

java.lang.IllegalArgumentException: Argument for @NotNull parameter 'client' of com/intellij/ui/jcef/JBCefBrowser. must not be null at com.intellij.ui.jcef.JBCefBrowser.$$$reportNull$$$0(JBCefBrowser.java) at com.intellij.ui.jcef.JBCefBrowser.(JBCefBrowser.java) at com.intellij.ui.jcef.JCEFHtmlPanel.(JCEFHtmlPanel.java:32) at com.shuzijun.leetcode.plugin.window.login.LoginPanel$JcefPanel.(LoginPanel.java:149) at com.shuzijun.leetcode.plugin.window.login.LoginPanel.(LoginPanel.java:56) at com.shuzijun.leetcode.plugin.actions.toolbar.LoginAction$1.run(LoginAction.java:72) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:218) at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21) at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:200)...

![1](https://user-images.githubusercontent.com/62970199/180722957-7c15b06e-dee7-451e-a59a-9d8bdca1f690.png)

bug

直接打开md不会乱码,但是点开java文件上方对应md文件的按钮--Editor and Preview,预览乱码

Leetcode editor works fine but I face issues when there is a coding error and want to debug the code. The support for debugger is not yet available in leetcode...

more-information-needed

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

more-information-needed

![乱码](https://user-images.githubusercontent.com/50562847/178177439-ad065951-66a7-4f11-a59b-b1d90b11c6ba.png) 还有想问一下查看题解这里只能显示几条吗

more-information-needed

**Describe the bug** 由于题目标记 `${question.titleSlug}` 使用的是 question 的 url 路径,可能无法用于提供预期的 code function name 用于调试。 模板 ``` ${question.content} ${question.code} if __name__ == "__main__": so = Solution() so.$!velocityTool.smallCamelCaseName(${question.titleSlug})() ``` 以 [12. 整数转罗马数字](https://leetcode.cn/problems/integer-to-roman/)...

more-information-needed

虽然现在每次手动改也不算麻烦,但是希望可以考虑支持一下这个 在使用${question.content}时,每行自动携带“//”,导致现在直接在文档注释中使用时如下: ![image](https://user-images.githubusercontent.com/89004253/178963581-fdd36291-4438-493f-aa1d-0c189d187c36.png) 如果不带“//”,则可以做到如下效果,idea也可以缩起来看,比较清爽些 ![image](https://user-images.githubusercontent.com/89004253/178963947-77090a79-fd23-4315-b8d4-824951100a7e.png) ![image](https://user-images.githubusercontent.com/89004253/178964084-490a21c8-ed3e-45a9-8fce-4c638198f00c.png)

more-information-needed

可否自定义笔记模板? 如: ``` ## 题目内容 巴拉巴拉巴拉 ## 题目思路 ## 代码 ## 复杂度 ```

enhancement