PyCharm is a good IDE for python, my favorite too. One day i was writing a script using PyCharm and simaltaniously i had to open bash script on it, seems PyCharm was not identified the script then i searched adding bash support to PyCharm.

I found BashSupport plugin, its so cool. You want to know how to do it ?

Bash support is a jar file. Download it here BashSupport

Now open PyCharm

Go to File >> Settings

In the settings window, go to 'plugins' under "ide settings"


on the right side you'll find ways to install plugins, but now we have BashSupport.jar so click on 'install from disk' and browse downloaded plugin. that simple.
gil ...