For those that use VSCode, there is a MonkeyC syntax highlighter which can be found here:
https://marketplace.visualstudio.com...sguth.monkey-c
I also managed to integrate the Build process with a regex to parse out the error messages with hyper links to the line/column. Here is the contents of my tasks.json. Obviously you would need to change the paths a little to match your environment.:
https://pastebin.com/eMsRuEtS
I was also able to make a task for the simulator. I will post more details on that later.