Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用eclipse(实际上是Spring STS)。我需要快速访问两个文件: - web.xml - servlet-context.xml (spring config)
每次我想打开文件时,我都需要找到它们,这需要时间。
有没有办法在项目的根文件夹上创建链接?这样我可以快速访问吗?
谢谢!
一种选择是使用Ctrl+Shift+R并键入要打开的文件的名称。
Ctrl+Shift+R
您还可以在项目的根目录下创建指向某个文件的链接:
New->File
Advanced
Link to file in the file system
Browse
Finish