When editing a file within IntelliJ sometimes one might wish to go to the folder that contains that file. This plugin opens the folder containing the file.
Open the folder that contains the file currently open in the editor pane.
To open the folder of the file in the editor pane, right-click in the editor pane and select "Open Folder".
Please see the topic OpenFolderDev, any feedback is welcome
- Download the binary ZIP file (see below)
- Unzip OpenFolder-bin.zip in your IntelliJ/plugins directory.
- Read the "Jar Dependencies" section in Plugin Info and install the needed jars
- Restart IntelliJ
Related Topics: PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- ThomasKimpton - 30 Jun 2003
- Uploaded version 1.1 for Idea 4.0
- Changed keystroke equiv to Ctrl-Shift-F5 because of conflict with Idea default keymap
- Now works with *nix GUIs: set OF_FILEMANAGER in your environment to a commandline of a file manager to run, embedding a '#' where the file's parent folder should appear in the command, e.g. 'konqueror file://#' or 'nautilus #', etc.
-- ThomasKimpton - 16 Mar 2004
|
|