How to create a seamless environment when writing automation scripts?

Is there a way to use my IDE (e.g. VS Code) to write automation scripts? The build-in code editor lacks a lot of features that I need: watcher, shortcut, etc. I guess if I write them locally, then I will need a way to push it to the server.

2 Likes