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

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 ![image](https://user-images.githubusercontent.com/51473192/132482455-9c1e973d-272d-4897-8653-cc0089a50ad9.png) - 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...

enhancement

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

enhancement

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

enhancement
investigate

Extract a piece of a file into a new source file and add the source statement

enhancement

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

enhancement

Refactoring to create a function for a selected expression. Targeting JetBrainsShell

enhancement