Open
Description
What is the problem this feature will solve?
lots of little bash problems at once e.g. forgotten quotation marks
What is the feature you are proposing to solve the problem?
automatic fixing of simple issues on save e.g. inserting quotation marks
What alternatives have you considered?
Using ShellCheck alongside Bash IDE, but only for this functionality, as Bash IDE already has all of ShellCheck's other features. This would implement one more quite handy little feature IMHO.