Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

DragonRuby Game Toolkit

An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By DragonRuby

Dragon ruby with Vs Code ?

A topic by bul71 created Jun 21, 2020 Views: 1,215 Replies: 1
Viewing posts 1 to 2
(+1)(-1)

Hi !

I'm new to Dragon ruby and Vs Code.

How can I write Dragon ruby apps with Vs Code ?

Thank you.

(+3)

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!