Posts Tagged ‘haml’

What’s mining: Ruby support within HAML

Friday, July 3rd, 2009

As you may know RubyMine provides outstanding Ruby code editing support in Erb files (RHTML). So, salute another language with Ruby code support: HAML. Familiar things like on the fly error highlighting, code completion, resolve, code folding, and much more are here to boost your productivity! And of course RubyMine is aware of HAML semantics and ruby blocks are recognized correctly according to indentations.

Here, in support of the words, we have some screenshots:

Ruby code completion:
    Ruby code folding:

This stuff will be available in RubyMine 1.5 EAP coming soon! Stay in touch!

-JetBrains RubyMine Team

RubyMine 1.1 RC

Friday, May 22nd, 2009

RubyMine 1.1 is ready but we do not like releasing on Fridays. So, to let you try all the new stuff earlier than later, we release the Release Candidate now!

What is in RubyMine 1.1:

  • Rails 2.3 support
    • Application templates support on project creation
    • Localized views support
    • Improved code insight and rails-specific completion
  • HAML syntax highlighting
  • Cucumber BDD framework support (thanks to Aslak Hellesoy for helping from Cucumber side!)
    Note: you need the latest Cucumber 0.3.7 gem

  • Remote Debug for Ruby and Rails
  • DRb server support for RSpec.
  • And other IDE improvements such as
    • Create New Ruby Class option
    • Load selected code to IRB console (Alt+Shift+L / ⌥⇧L)
    • Platform specific IDE Help, with corresponding default shortcuts

Download RubyMine 1.1 for Windows, Mac OS X or Linux, get evaluation key, if you do not have one yet, and try it!

If you have questions about some features, ask on the forum and we’ll be glad to help.

-JetBrains RubyMine Team

What’s mining: HAML support

Friday, May 22nd, 2009

We are glad to announce that RubyMine 1.1 adds HAML syntax highlighting.

As usual you can change color scheme for HAML in Settings | Editor | Colors & Fonts | HAML if you don’t like the defaults.

It is only a first step in HAML/SASS support. So what’s coming next?

  • Ruby code highlighting in HAML/SASS as in Erb.
  • Code folding
  • Code formatting
  • Code inspections
  • and more…

So, stay tuned and Hello HAML!

-JetBrains RubyMine Team