从 IntelliJ 打开 Windows 资源管理器中的包含目录
有没有办法(键盘快捷键?)在 Windows 资源管理器中打开当前打开文件的文件夹?
我的意思是这样的:当在 IntelliJ 中打开 java 源文件时,我想在包含该文件的文件夹上打开 Windows 资源管理器。有没有一个简短的方法可以做到这一点?
Is there a way (keyboard shortcut?) to open the folder of the currently opened file in Windows Explorer?
What I mean is this: When a java source file is open in IntelliJ, I'd like to open Windows Explorer on the folder containing that file. Is there a short way of doing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
只是补充Peter Lawrey的答案,对于Windows 7上的Intellij 12.n,将资源管理器添加为外部程序的步骤是:
然后您可以通过“文件”>“将外部工具添加为键控快捷方式”设置>键盘
映射 右键单击源文件“外部工具”->“打开包含的文件夹”是使用此工具的另一种方法。
Just padding out Peter Lawrey's answer, for Intellij 12.n on Windows 7 the steps for adding explorer as an external program would be:
You can then add the External Tool as a keyed short cut through File > Settings > Keymap
Right clicking on a source file External Tools->Open Containing Folder is another way to use this tool.
从版本 2016.2 开始,您可以在编辑器中按 Alt+F1 并导航到不同的视图。选择“在文件管理器中显示”。您甚至可以从 Maven 视图导航到相应的 pom.xml。确实很强大。
As of version 2016.2 you can press Alt+F1 while in the editor and navigate to different view. Choose "Show in file manager". You can even navigate to a corresponding pom.xml from Maven view. Powerful, indeed.
您可以尝试以下插件之一:
You can try one of these plugins:
只是想添加到 Simon B 的答案中,该答案基于这篇文章,除了打开之外还选择文件其父文件夹在步骤 8 中将“$FileDir$”更改为“/select, $FilePath$”
Just wanted to add to Simon B's answer that based on this article for selecting the file in addition to opening its parent folder in step 8 change "$FileDir$" to "/select, $FilePath$"
此帮助页面提供了一种更简单的方法来执行此操作在 IntelliJ 的更高版本中,如下所示:-
This help page provides an easier way of doing this in later versions of IntelliJ as follows:-
您可以将资源管理器添加为外部程序并为其添加热键。
即,您将能够选择一个目录或文件,并在 Windows 资源管理器中打开相同的目录或文件。
You can add explorer as an external program and add a hot key for that.
i.e. you will be able to select a directory or file and the same opens in windows explorer.
使用
打开方式
上下文菜单选项Use
Open In
contextual menu optionWindows 10:使用“C:\Windows\explorer.exe”代替。 (#7 程序:)
Windows 10: use "C:\Windows\explorer.exe" instead. (#7 Program:)
您可以通过设置/键盘映射分配键盘快捷键。请参见下图。从项目目录树中选择一个文件夹/子文件夹并键入快捷方式。
You can assign a keyboard shortcut via setting/keymap. See the image below. Select a folder/sub-folder from the project directory tree and key in the shortcut.