Possible to add Ruby syntax highlighting to Visual Studio 2008?

孤街醉人 提交于 2019-12-11 03:11:31

问题


When I open a Ruby file (*.rb) inside Visual Studio, it reads like a regular text file - with no syntax highlighting on language keywords.

Is there any way to set this up in Visual Studio?

Update: No, I don't use Visual Studio for Ruby development - I use Netbeans. But I would like to open a Ruby file in Visual Studio and see the proper highlighting.


回答1:


There is a Ruby plugin for Visual Studio by Sapphire Steel Software, called Ruby in Steel.




回答2:


There might be a plugin in Visual Studio, that may do that.

Use Netbeans, Textmate, jEdit, Eclipse for Ruby development, they are great IDEs.

( I am wondering why are you doing ruby development in Visual Studio, well you may have your reasons :) )




回答3:


I'm not entirely sure you can do it for free without the Ruby in Steel add-in.

If you're not completely happy with Visual Studio, perhaps you can use a text editor with syntax highlighting plugins freely available. I know Notepad++ has this feature.



来源:https://stackoverflow.com/questions/1455406/possible-to-add-ruby-syntax-highlighting-to-visual-studio-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!