eclipse-bash-editor
eclipse-bash-editor copied to clipboard
Undetected missing parenthesis/brackets
There is no error indication if a parenthesis/bracket is missing. For example, in the following statements
indx=${#fspfiles[@]]}
for (( i=9; i >= 0; --i ); do echo $i; done
It is not easy to handle this - the integrated parse is a custom implementation and not so "mighty". But... I created https://github.com/de-jcup/eclipse-bash-editor/issues/220 - so "spellcheck" (or another check tool) could be used at save actions and errors shown.
If this features comes alive it should handle your needs as well.