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...
我在历史中看到相关的Issue[#670](url),但是已经关闭了且没有采纳。有些题解可能包含多种语言代码,所以整体内容会非常长。没有整体滚动条的情况下,浏览比较困难,不能很快定位到自己的语言代码示例。不知是否有相关的优化?
document.body.insertAdjacentHTML('afterBegin', ` `) 给你一个字符串 s ,找出它的所有子串并按字典序排列,返回排在最后的那个子串。 示例 1: 输入:s = "abab" 输出:"bab" 解释:我们可以找出 7 个子串 ["a", "ab", "aba", "abab", "b", "ba", "bab"]。按字典序排在最后的子串是 "bab"。 示例 2: 输入:s = "leetcode" 输出:"tcode" 提示:...
插件设置中能自定义vditor的css文件,改变题目内容或笔记的md渲染效果
使用插件做题时ide经常报错 `com.intellij.util.IncorrectOperationException: Sorry but parent: {leetcode-editorQuestion Split={}, parentSplit={}} (class com.shuzijun.leetcode.plugin.editor.ConvergePreview) has already been disposed (see the cause for stacktrace) so the child: com.intellij.util.Alarm@13b662f8 (class com.intellij.util.Alarm) will never be disposed at...
有没有方法能获取道题目的方法名,在模板里使用