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...
查看已提交的代码格式是txt,很不方便,有解决方案吗? 
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)...

直接打开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...
**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...
 还有想问一下查看题解这里只能显示几条吗
**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/)...
虽然现在每次手动改也不算麻烦,但是希望可以考虑支持一下这个 在使用${question.content}时,每行自动携带“//”,导致现在直接在文档注释中使用时如下:  如果不带“//”,则可以做到如下效果,idea也可以缩起来看,比较清爽些  