hallo I'm searching for an good editor or an IDE, best with spell/code checker and such, for bash scripting.
currently using Gnome and geany.
open source is a must !
On 2022-07-09 05:20, old sixpack13 wrote:
hallo I'm searching for an good editor or an IDE, best with spell/code checker and such, for bash scripting.
currently using Gnome and geany.
open source is a must !
I use vim. It does some basic checking. I've never seen an IDE that really supports bash scripting.
On 7/9/22 05:20, old sixpack13 wrote:
hallo I'm searching for an good editor or an IDE, best with spell/code checker and such, for bash scripting.
currently using Gnome and geany.
open source is a must !
Like you, I use geany too and for about 95% of my coding: Perl 5, Raku (perl 6), Bash, Windows batch.
I started using it when I discovered it worked over `SSH X11`.
Since then I have not found anything I like letter.
If you are doing a lot of bash, do not forget the -x switch:
bash -x file_name
It turns on code checking.