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)。次の2つのファイルにすばやくアクセスする必要があります。--web.xml--servlet-context.xml(spring config)
ファイルを開きたいときはいつでも、ファイルを見つける必要があり、それには時間がかかります。
プロジェクトのルートフォルダにリンクを作成する方法はありますか?このようにして私はすぐにそれにアクセスできますか?
ありがとう!
1つのオプションはCtrl+Shift+R、開きたいファイルの名前を使用して入力することです。
Ctrl+Shift+R
プロジェクトのルートの下にあるファイルへのリンクを作成することもできます。
New->File
Advanced
Link to file in the file system
Browse
Finish