Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby syntax highlighting in visual studio 2012

I use rake scripts for running builds and would like to be able to get syntax highlighting within visual studio.

Is it possible to get ruby syntax highlighting in Visual Studio 2012?

I've been searching for a while but not come up with a solution yet. I'm only looking for free solutions so Ruby In Steel is out.


Vote here for IronRuby support for visual studio 2012

like image 627
Neil Avatar asked Nov 03 '22 03:11

Neil


1 Answers

Unfortunately the IronRuby tools for Visual Studio don't yet support VS2012.

I might be wrong about that though, it seems that the development has been moved to Github.

My preferred external editor is Sublime Text so I've opted use that for Ruby files. You just right click on your rakefile.rb is the VS solution explorer and choose "Open With". In the dialog you can add an editor of your choice and set it to be the default.

like image 180
aboy021 Avatar answered Nov 11 '22 04:11

aboy021