Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is meant by "Add project to working sets" in eclipse neon?

I was starting with a new project in eclipse Neon version 3. I came across with this option saying "Add project to working sets". What does it mean if i choose it?

like image 262
Varun Singh Avatar asked Dec 02 '25 13:12

Varun Singh


1 Answers

Eclipse's Working sets let you group projects:

Working sets group elements for display in views or for operations on a set of elements.

For a new projects to be added to set, you need to add it explicitly

Newly created resources are not automatically included in the active working set.

like image 83
user7294900 Avatar answered Dec 04 '25 03:12

user7294900