Pregunta

I have a ton of projects in Eclipse Package Explorer and I want most of them to go away. How do I delete projects from the Package Explorer view (but keep the files)?

¿Fue útil?

Solución

Just close the projects. Right-click on the top-level node of the project and select "Close Project". That's assuming you want to be able to use the project later. If you don't, you can delete the project - it will offer you the option of whether or not to delete the content files.

You might also consider using several different workspaces, each containing a few related projects.

Otros consejos

Just hit the DEL key on your keyboard while selecting the Project. It'll ask you if you want to keep the project-files

Just right click on the project and click delete .But does not allow to delete it from the project location(Workspace)

You can do it

Click on right corner of Project Explorer tab and open context menu. Select Filters option from menu.

Here is the Screenshots process

You can also use working sets. Each one will contain a set of projects, and you can change between them easily.

Its a simple two-step process

  • Close unwanted projects - right click and select "close project"
  • Hide closed projects (use this method)
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top