A powerful helper that lets you write and run Anmythgo right inside VS Code.
✨ Features
Category
What you get
Language basics
• Automatic recognition of .anmythgo files • Syntax colouring for keywords, numbers, strings, single‑line -- … and block --[[ … ]] comments
Editing conveniences
• Toggle comments (⌘ / / Ctrl /) • Snippets for common constructs (val, fnc, if, till …)
Running code
• Run Anmythgo file command (⇧⌘P / Ctrl‑Shift‑P) – Launches python ‑m anmythgo <current‑file> in a dedicated terminal – Uses the interpreter that ships inside the extension (runtime/anmythgo/.venv/…) – no global install required
Tasks integration
• The command is wrapped in a VS Code Task, so the actual shell line stays hidden – you see only your program’s output
📋 Road‑map
[ ] IntelliSense for stdlib (str., dict. etc.)
[ ] Go‑to‑definition / Find references
[ ] Hover docs extracted from function comments
[ ] Debug adapter (breakpoints, variables view)
📝 License
MIT – do whatever, just keep the copyright and have fun balloon‑coding! 🎈