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

Any plans to support fish? #103

Open bartsmykla opened 2 years ago

bartsmykla commented 2 years ago

Hi everyone!

I'm happy user of this extension and have just one question. Are there any plans for supporting fish shell maybe? It's the only missing thing which I would love to see in the plugin.

Bart

jansorg commented 2 years ago

Thank you for your kind words! Although some support for other shell types is planned this won't happen anytime soon, unfortunately. The list of additional languages is not defined yet. So far zsh is a candidate and I'll think about fish. Do you have any numbers on users or growth of the fish language?

crramirez commented 11 months ago

The thing about fish is when the user put it as the default shell. If you write any program that includes some initialization in /etc/profile.d, if you write it in Shell it can be executed by Bash and Zsh but no fish. There is a plugin that does that but it is limited. Each time that I modify the script.sh I need to rewrite it in fish and I would love have help with it because my knowledge is pretty low.