Openini is a plugin for IntelliJ-based IDEs that allows opening individual files, folders, and projects inside the Sublime Text or VSCode or Zed applications without ever leaving the IntelliJ IDE.
There are cases when it is easier to perform specific tasks in another application rather than in the IntelliJ IDE. It is up to you to find those cases.
Right-click in the editor or project window and select Openini:
- Open File in Sublime Text to open the selected files or folders inside the Sublime Text application. (NOTE: name changes based on selection)
- Open Project in Sublime Text to open the project associated with the selected files or folders inside the Sublime Text application.
- Open File in VSCode to open the selected files or folders inside the VSCode application. (NOTE: name changes based on selection)
- Open Project in VSCode to open the project associated with the selected files or folders inside the VSCode application.
- Open File in Zed to open the selected files or folders inside the Zed application. (NOTE: name changes based on selection)
- Open Project in Zed to open the project associated with the selected files or folders inside the Zed application.
Obviously, Sublime Text and/or VSCode and/or Zed must be installed on your system in order to use Openini. Additionally, if you're on a Mac, please add VSCode to your $PATH.
- Download the latest plugin version from the releases section.
- In the IntelliJ IDE:
- Navigate to the Settings > Plugins window.
- Click on the gear icon and select "Install Plugin from Disk..."
- Select the file you downloaded in step #1.
Visit the plugin's GitHub repository