Hi !
I'm new to Dragon ruby and Vs Code.
How can I write Dragon ruby apps with Vs Code ?
Thank you.
An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By
You totally can. Any text editor will allow you to write the code. For VS Code you’ll probably want to install the ruby plugin https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby and the ctag plugin https://marketplace.visualstudio.com/items?itemName=jaydenlin.ctags-support
For ctags rename the vim-ctags file to .tags and you should get some basic auto complete. Hope this helps!