I use eclipse (Spring STS actually). I need quick access to two files:
– web.xml
– servlet-context.xml (spring config)
Every time I want to open the files, I need to find them and that takes time.
Is there a way to create a link on the root folder of a project? This way I can quickly access it?
Thanks!
One option is to use
Ctrl+Shift+Rand type the name of the file that you want to open.You can also create a link to some file under the root of the project:
New->FileAdvancedand then selectLink to file in the file systemBrowseand select the file for which you want to have quick accessFinishand you are done