eclipse-bash-editor icon indicating copy to clipboard operation
eclipse-bash-editor copied to clipboard

Undetected missing parenthesis/brackets

Open amurashkin17 opened this issue 5 years ago • 1 comments

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

amurashkin17 avatar Aug 05 '20 04:08 amurashkin17

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.

de-jcup avatar Aug 25 '20 12:08 de-jcup