Eclipse - easy access to frequently used folders?

后端 未结 5 945
广开言路
广开言路 2021-02-07 04:56

Does anyone know of a plugin for Eclipse to use \'favorite folders\' in a project ?

There are maybe 2 or 3 folders inside my project (of 1000+ folders) that I regularly

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 05:24

    This topic may be old, but I think this solution is good enough

    Use "Working set" feature to group files/folders you need into a working set

    Create a working set

    1. Open a view like Project Expoler, Navigator or PHPExplore (if you have PDT) or Package Explorer (if you are a java coder)
    2. Click "View Menu" (small triangle icon) at top-right of the view opened
    3. Select "Select Working Set..."
    4. Choose "Selected Working Sets" option
    5. Click button "New"
    6. Pick a type you need, click next, give it a name (eg: MyBookmark) and choose any project(s)/folder(s)/file(s) shown under "Working set content" to include in MyBookmark and finish

    Open/edit/close a working set

    • To open a working set (MyBookmark), follow steps 1 -> 4 above and check the checkbox named MyBookmark, click OK. Now the view display only contents of MyBookmark
    • To edit MyBookmark contents click "View Menu" and select "Edit Active Working Set..."
    • To close current working set and back to original display click "View Menu" and select "Deselect Working Set"

提交回复
热议问题