从 IntelliJ 打开 Windows 资源管理器中的包含目录

发布于 2024-08-08 09:46:58 字数 141 浏览 4 评论 0原文

有没有办法(键盘快捷键?)在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

七秒鱼° 2024-08-15 09:46:58

只是补充Peter Lawrey的答案,对于Windows 7上的Intellij 12.n,将资源管理器添加为外部程序的步骤是:

  1. 文件> >设置>外部工具
  2. 单击名称中的加号 (+)
  3. :打开包含的文件夹
  4. 组:[选择组]
  5. 说明:打开包含的文件夹
  6. 取消选择“打开控制台”
  7. 程序:explorer [或] C:\Windows\System32\explorer.exe
  8. 参数: $FileDir$
  9. 工作目录:[留空]
  10. 单击“确定”,

然后您可以通过“文件”>“将外部工具添加为键控快捷方式”设置>键盘

映射 右键单击​​源文件“外部工具”->“打开包含的文件夹”是使用此工具的另一种方法。
在此处输入图像描述

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:

  1. File > Settings > External Tools
  2. Click on the Plus (+) in the
  3. Name: Open Containing Folder
  4. Group: [select group]
  5. Description: Open Containing Folder
  6. Unselect "Open Console"
  7. Program: explorer [or] C:\Windows\System32\explorer.exe
  8. Parameters: $FileDir$
  9. Working Directory: [leave blank]
  10. Click OK

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.
enter image description here

卸妝后依然美 2024-08-15 09:46:58

从版本 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.

甜妞爱困 2024-08-15 09:46:58

您可以尝试以下插件之一:

  • “OpenContainingFolder”
  • “在文件资源管理器中打开包含文件夹”

You can try one of these plugins:

  • "OpenContainingFolder"
  • "Open containing folder in a File Explorer"
ぽ尐不点ル 2024-08-15 09:46:58

只是想添加到 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$"

世态炎凉 2024-08-15 09:46:58

此帮助页面提供了一种更简单的方法来执行此操作在 IntelliJ 的更高版本中,如下所示:-

  1. 按住 CTRL,然后在包含源代码的选项卡(即顶部的实际选项卡部分)上单击鼠标左键。
  2. 这将显示一个文件夹层次结构,文件名位于顶部: 要打开文件所在的文件夹,请单击文件名。

This help page provides an easier way of doing this in later versions of IntelliJ as follows:-

  1. Hold down CTRL and then left-click the mouse on the tab containing the source code (i.e. the actual tab part at the top).
  2. This will display a folder hierarchy with the filename at the top: To open the folder the file is in, click on the the filename.
骑趴 2024-08-15 09:46:58

您可以将资源管理器添加为外部程序并为其添加热键。
即,您将能够选择一个目录或文件,并在 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.

兔小萌 2024-08-15 09:46:58

使用打开方式上下文菜单选项

在此处输入图像描述

Use Open In contextual menu option

enter image description here

清欢 2024-08-15 09:46:58

Windows 10:使用“C:\Windows\explorer.exe”代替。 (#7 程序:)

Windows 10: use "C:\Windows\explorer.exe" instead. (#7 Program:)

青朷 2024-08-15 09:46:58

您可以通过设置/键盘映射分配键盘快捷键。请参见下图。从项目目录树中选择一个文件夹/子文件夹并键入快捷方式。

输入图片此处描述

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.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文