'How can I set up an IDE for bash scripting for Windows?

I want to learn bash. Is there any possiblity I can set up a similar IDE (as PowerShell ISE and AutoIt SciTe, with editor and console) for editing and running bash scripts in Windows?

PowerShell ISE

AutoIt SciTe



Solution 1:[1]

Some IDEs support bash language and you can use them. I recommend to you to use visual studio code (VSCode). It has many plugins like Bash Debug and you can use them. You can download it from official site (link)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 mshomali