Can you save groups of tabs in Eclipse so you can open them later?

前端 未结 7 1608
温柔的废话
温柔的废话 2021-01-30 15:54

I have several different processes within a single project that I work on. I am constantly opening and closing tabs(java files) in the code editor for that particular process.

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 16:44

    I've edited this answer as per below comment (include essential parts of answer in this post).

    Yes, you can save off groups of tabs in Eclipse by installing this Session Manager plug-in.

    I've wanted this functionality in Eclipse as well. I recently wrote a feature and have been successfully using it for a few months now. It is a new OSGi type extension and works with Eclipse Neon and above.

    Here's how to install it.

    • In Eclipse, go to Help → Install New Software
    • Click “Add”, enter a name like “Editor Sessions” and the following URL. http://spillikinaerospace.com/eclipseInstall/
    • Unckeck “Group items by category” to see the feature.
    • Check the box that says “Editor Sessions Manager” and click Next.
    • Read and agree to the short license agreement.
    • Click the remaining install buttons.
    • Allow Eclipse to restart.

    Full set of instructions are here: http://chrishull.com/projects/eclipse/

    Please give it a try and send comments. I've found it a very useful tool as I work with several Eclipse projects at once and need to recall file groups.

    Hope you enjoy it;
    -Chris

提交回复
热议问题