You can use whatever text editor you prefer. I like one called Visual Studio Code.
It comes with a CLI tool, code
, that lets you open files and folders in VS Code from the terminal. To open a new VS Code window with your current folder open, run:
code .