eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

Add Quick Fix inserting shellcheck disable directive and corresponding comment #94

Open amurashkin17 opened 1 year ago

amurashkin17 commented 1 year ago

It would be nice to have Eclipse Quick Fix inserting shellcheck disable directive and corresponding comment, like

# disable SC2004: $/${} is unnecessary on arithmetic variables.
# shellcheck disable=SC2004 
option_value[$indx]=$2
mickaelistria commented 1 year ago

This would have to be provided by bash-language-server. Please suggest this enhancement request there. Once it's in the LS, shellwax will have it upon update.