shuzijun / leetcode-editor

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 GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.7k stars 399 forks source link

有没有可能实现快速切换解答 #715

Open pheotry opened 4 months ago

pheotry commented 4 months ago

比如一个题写了2种答案,一个递归一个迭代,在不同的解答前打个断点就能直接切换运行和提交的代码?

或者实现快捷键快速注释掉其中一个解答的方式来切换题解