I use Eclipse to work with several file types such as Python, Javascript and PHP. When working with Python files, I use the PyDev perspective, and also for PHP, I move on to the PHP perspective, etc.
It seems inconvenient to me that when I switch from one point of view to another, I still see that all types of files open in the main workspace.
I would prefer that when switching to Python all files other than Python are hidden and only .py files are shown. When switching to Javascript, I would like to see all hidden (open) .js files and open open .py files. Is this an existing function in Eclipse or is it what I expect to see? :) How can I implement this functionality?
source share