bashsupport-pro
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.
Introduce a new local or global variable for an expression or sub-string. Will support the JetBrains Shell plugin.
Currently the command line is similar to `bash /path/to/bashdb /path/to/script.bash`. This changes the values of $0 and other positional parameters. If possible, these values shouldn't change in the debugger. It...
Check out if https://github.com/infertux/bashcov or something else might be suitable for integration into IntelliJ.
Support to create new shell projects and shell usingthe New Project action
Investigate, if and how bashate could be supported. https://github.com/openstack/bashate
"Find Usages" does not work with .sh files, getting "Cannot search for usages from this location" Steps to replicate: - create .sh file - create a function - use this...
Hi 1. how set stdin & tty (internal & external ) ? 2. I use this plugin in pycharm when pycharm runs from a Linux terminal (kde konosole) Then Konosole...
## Requirements Based on a user's input: Allow running a script on a remote host to execute a command that connects to a remote debugger console, so the context of...
```bash local -A foo=([bar baz]=bat) echo "${foo[bar baz]}" ```