Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Andrew Reitz

1
Posts
1
Following
A member registered Jun 07, 2020

Creator of

Recent community posts

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!