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