eclipse format java source code based on method calls

后端 未结 4 2119
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 10:40

I have written a class with many different methods. I am looking for a plugin which witll arrange the code based on the calls in the main method

For example my general s

4条回答
  •  灰色年华
    2021-01-22 11:34

    The clean code method sorter is currently in development. You may check out http://wiki.eclipse.org/Recommenders/CleanCodeMethodSorter for current progress and installation instructions of the current prototype. It might be a bit rough at some places. Feel free to report any unwanted behavior to the Eclipse Bugzilla (details on the wiki page).

    Best, Marcel

提交回复
热议问题