CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Best rails ide

  1. #1
    Join Date
    Nov 2017
    Posts
    18

    Best rails ide

    Can someone recommend a rails IDE that automtically manages indentation ? For example in eclipse i use a keyboard shortcut to automatically reformat the code into a clean state

    But rails is anoying for not running things that arent ibdented properly and text editors even sublime text dont do this well

    Thank you very much!

  2. #2
    Join Date
    Feb 2017
    Posts
    677

    Re: Best rails ide

    I recently found out about Visual Studio Code. It's a Microsoft IDE for just about any programming language.

    https://code.visualstudio.com/

    What I can see there's no "official" plug-and-play extension for Ruby on Rails available (yet) but there are articles on the net describing how developers are using it anyway,

    https://medium.com/@PaulWritesCode/r...e-bc5681a2c098

    Well, here's something that seems quite mature,

    https://github.com/rubyide/vscode-ruby
    Last edited by wolle; November 26th, 2017 at 03:42 AM.

  3. #3
    Join Date
    Nov 2017
    Posts
    18

    Re: Best rails ide

    I have a mac although i have heard good things about vs

  4. #4
    Join Date
    Feb 2017
    Posts
    677

    Re: Best rails ide

    Quote Originally Posted by CodeCake View Post
    I have a mac although i have heard good things about vs
    Well, then you download the Mac version.

    https://code.visualstudio.com/download

    Note that VS Code is not the same as the regular VS.

  5. #5
    Join Date
    Nov 2017
    Posts
    18

    Re: Best rails ide

    Ah, I didn't realize there is a mac version, hopeful about the stability, as microsoft office is pretty unstable on mac lol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured