bashsupport-pro icon indicating copy to clipboard operation
bashsupport-pro copied to clipboard

Public issue tracking for BashSupport Pro. This is a plugin, which provides advanced support for Bash scripts for JetBrains IDEs.

Results 50 bashsupport-pro issues
Sort by recently updated
recently updated
newest added

Using it in IntelliJ in Windows. Run configuration shows an error "The working directory 'G:\My Drive\...\workingdir' does not exist" I tried moving it outside the Google Drive outside and it...

Improve support for zsh support. JetBrains Shell is handling .zsh files, but identically to Bash files. Things, which BashSupport Pro could do: - add support for additional/different syntax elements of...

enhancement
investigate

- [x] Autocomplete common bats variables, `$BATS_TEST_FILENAME` and others - [x] support bats keywords `load` - [x] support bats keywords `skip`, `run` - [ ] Support fd 3 to print...

enhancement

2.0.0.211-beta6-eap I understand that the unresolved variable detection is in beta. But just in case it's not part of your test set. getopts sets OPTARG and OPTIND

Hello, Can this plugin run and debug bash scripts via SSH connections?

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...

#### Description Complying with [Shellcheck SC2155 Declare and assign separately to avoid masking return values](https://github.com/koalaman/shellcheck/wiki/SC2155) erroneously triggers a Reassigned local variable highlight even if no initial value is assigned to...

https://github.com/BashSupport-Pro/bashsupport-pro/issues/42 Investigate about the best way to debug bats files.

enhancement
investigate

When you enter a path, auto-completion only considers the directory where the script is located. I would like to be able to get hints about the root of the project.

For contributing to https://github.com/munin-monitoring/munin/ i would like to configure `/bin/sh` to be of type Dash. It seems currently only POSIX, Zsh and Bash are supported for BashSupport Pro. When configuring...