Eclipse - Save Folding on Quit

前端 未结 4 1294
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 14:48

Is there any way to save my code folding in eclipse?

It\'s horrible to scroll trough my entire UI declaration. (And yes, I googled it! :)

4条回答
  •  执笔经年
    2020-12-16 15:31

    This, and plenty other issues of Eclipse made me switch to JetBrains IntelliJ IDEA. It's worth sneaking a peek at it if you find Eclipse's performance annoying, need more control on your code formatting or if you just want to have your code foldings persisted.

    I'm not using it for too long now but it seems pretty handy for anyone developing in the Java, Android or Scala corner.

提交回复
热议问题