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.
Hello, I like BashSupportPro for code syntax highlighting, but I sometimes get issues I run with the BashSupportPro run configuration. I would like to use the JetBrains shell script run...
Introduce support for ANSI escape codes at least for text output coloring. This might include features like: - Color pickers like it's done i.e. for html  - Rendering colored...
It should be possible to run a selected snippet of a shell script editor in the current terminal session. This would run the snippet without a run configuration and within...
When you select a code block or an entire function and do Code -> Reformat Code, the entire file is reformatted ! It was working fine with previous Plugin: Bash...
We consider the following minimal example: ```console #!/bin/bash progName=$(basename $0) echo $progName ``` When executing this script, it correctly generates the file name of the script as the output. When...
For example I have a project open (in Windows) with this WSL UNC path: ``` \\wsl$\Ubuntu-20.04\home\xbb\someproject ``` I had trouble running/debugging the scripts with the default run configuration because wsl.exe...
*This needs further exploration.* I'm seeing two common problems: 1. The environment of your local machine has variables defined, which aren't defined in your script. The script has to know...
Extract a piece of a file into a new source file and add the source statement
Refactoring to move a function to a file — either an already sourced file or to a new file. The latter should add a source command at a proper location....
Refactoring to create a function for a selected expression. Targeting JetBrainsShell