BashSupport-Pro / bashsupport-pro

Public issue tracking for BashSupport Pro. This is a plugin, which provides advanced support for Bash scripts for JetBrains IDEs.
https://www.bashsupport.com
48 stars 2 forks source link

New Shell project doesn't work in PyCharm #150

Closed wellic closed 7 months ago

wellic commented 7 months ago

Creating new project for shell doesn't work in PyCharm but work in IntelliJ.

jansorg commented 7 months ago

Thanks for reporting! PyCharm seems to work differently with generic projects, I'll try to solution compatible with all JetBrains products.

wellic commented 7 months ago

I'm devops and I often works with python and bash. It's important for me. Thanks.

jansorg commented 7 months ago

I've found a way to make it work and will publish it soon with update 4.0.2. It's always possible to just create bash scripts inside a python project, creating a new shell project is only a user-friendly way to set up a new project with UI.

jansorg commented 7 months ago

BashSupport Pro 4.0.2 is now available with a fix for this.

Make sure to click "More Settings" to see all. Unfortunately, this is the only way to convince PyCharm (and other non-IntelliJ products) to allow this :( image