Editing Dialog code on Windows

Anyone have a recommended tool for doing this? I am a big fan of VSCode in general, but I’m not aware of a Dialog syntax extension for it, and while I don’t need any fancy features, the fact that VSCode doesn’t understand which strings are valid identifiers in Dialog leads to broken autocomplete behaviour (if you create an object #basement-key, it’ll treat basement and key as two separate identifiers).

(Is there another language I could tell it to pretend I’m using which might trick it into getting this right?)

there is a dialog extension for VSCode.

2 Likes

That’s incredible, no idea how I wasn’t aware of it.

You know I literally opened up the forum just now to ask whether there was a proper Dialog linter. This is great, thank you