https://github.com/robcxyz/fman-open-jetbrains-alias
Shortcuts to open folders in various Windows JetBrains IDEs (Intellij, PyCharm, GoLand, WebStorm, CLion)
https://github.com/robcxyz/fman-open-jetbrains-alias
fman intellij-idea jetbr plugin pycharm window
Last synced: 2 months ago
JSON representation
Shortcuts to open folders in various Windows JetBrains IDEs (Intellij, PyCharm, GoLand, WebStorm, CLion)
- Host: GitHub
- URL: https://github.com/robcxyz/fman-open-jetbrains-alias
- Owner: robcxyz
- License: mit
- Created: 2019-04-18T10:58:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T08:17:24.000Z (about 7 years ago)
- Last Synced: 2025-03-26T06:13:18.785Z (about 1 year ago)
- Topics: fman, intellij-idea, jetbr, plugin, pycharm, window
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fman-open-jetbrains-alias
[fman](https://fman.io) plugin for opening up JetBrains IDEs installed via the
[JetBrains Toolbox](https://www.jetbrains.com/toolbox/) in Windows.
**Requires an initial setup of making copies of the shortcut to a folder**
Since the JB toolbox auto updates, you don't want to make static links to the app's
`183.5912.18\bin\pycharm64.exe` and if I hardlink to the shortcuts in
`C:\Users\rob\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\JetBrains Toolbox` in the
plugin I get weird behavior. Anyways simple hack is to make shortcuts to the shortcuts in
non privilaged locaion. For me, I put them in `C:\Aliases\pycharm.lnk` as you can see in the
simple enough script.
Maybe somone else can figure this out a simpler way but its simple enough to work around for me.
This has helped my workflow **immensly** and hope you enjoy
## Usage
- Intellij - `Ctrl+Alt+I`
- PyCharm - `Ctrl+Alt+P`
- GoLand - `Ctrl+Alt+G`
- WebStorm - `Ctrl+Alt+W`
- CLion - - `Ctrl+Alt+C`
## Installation
Use fman's
[built-in command for installing plugins](https://fman.io/docs/installing-plugins).