i think it really depends on what you want to do, what languages you use and what text editor/ide you use. From my experience its usually not really worth it to get used to an IDE for bash. They all sucked. So instead I just have my emacs and my shell and I can start coding.
You can code in a text editor. It is cumbersome and annoying, but possibly.
You should however use a good ide if you want to be productive
i think it really depends on what you want to do, what languages you use and what text editor/ide you use. From my experience its usually not really worth it to get used to an IDE for bash. They all sucked. So instead I just have my emacs and my shell and I can start coding.
Yeah bash is sth that doesn’t require an ide, but I usually have intellij already open so it helps me with bash too.