1

I am interested in the following features: Code highlighting, Intellisense, Refactorings, Code navigation (Go to Definition etc.).

If this functionality is missing from Visual Studio 2010 maybe Microsoft is planning to add these features in the future or there are community project to develop IronRuby tooling add-in?

Aliaksei Kliuchnikau
  • 13,589
  • 4
  • 59
  • 72
  • See http://stackoverflow.com/questions/371569/ironruby-ide which seems to cover the same ground. – ChrisF May 04 '10 at 17:54
  • I've read it, but all answers in that thread are 8+ months old. I am pretty sure something have changed since that post. Visual Studio 2010 released recently and I am interested in its IronRuby support. – Aliaksei Kliuchnikau May 04 '10 at 18:09

4 Answers4

3

Good news! IronRuby Tools for Visual Studio 2010 were released on 21 OCT 2010 and are available here: http://ironruby.codeplex.com/releases/view/49097

Aliaksei Kliuchnikau
  • 13,589
  • 4
  • 59
  • 72
  • Unfortunately as of 2013-04-01 the tools don't appear to have VS2012 support: http://ironruby.codeplex.com/workitem/7345 – aboy021 Mar 31 '13 at 22:10
1

Microsoft has recently released IronPython tools for Visual Studio and they are working on the same thing for IronRuby. No planned release date yet but they are working on it.

Shay Friedman
  • 4,808
  • 5
  • 35
  • 51
0

no native support. not by microsoft directly

Ruby in Steel

This add-on to Visual Studio by SapphireSteel makes developing Ruby applications inside Visual Studio much more natural. It adds new Ruby project types, intellisense, code snippets, and syntax highlighting. But it costs money.

SQueek
  • 617
  • 4
  • 8
  • The OP asked about VS support for IronRuby. Ruby in Steel supports pretty much every Ruby implementation (MRI, YARV and JRuby) *except* IronRuby. – Jörg W Mittag May 04 '10 at 22:38
  • 1
    why don't you read the link to the article I sent? >> Although you cannot run IronRuby with Ruby in Steel out of the box, it is possible to alter the solution settings to execute ir.exe. Follow these steps to do so ... better support you wont get. The yrticle was written by the author of the IronRuby book ;-) – SQueek May 05 '10 at 08:20
0

To clarify, SapphireSteel Software released a free IronRuby IDE way back in February 2008 - with code coloring, project management, build and run, visual form design etc. However, the IronRuby team was not overwhelmingly supportive of this project and we have now ceased development as explained here: http://www.sapphiresteel.com/Goodbye-IronRuby-Hello-Ruby-In

best wishes

Huw Collingbourne

SapphireSteel Software