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

折叠solution中的代码 #671

Closed actforjason closed 10 months ago

actforjason commented 10 months ago

solution中的一个解有很多种语言,有些用不到,可以加载的时候先折叠所有代码,需要的时候再点击展开特定语言代码。

actforjason commented 10 months ago

可以使用正则表达式过滤掉不需要的代码段