Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.Sublime Text is a super fast and feature packed text and development editor. If you are going to be coding regularly you want to try this.
Sublime Text Build Install Plugins Within
This includes syntax highlighting and code snippets for a large number of languages, for example Javascript, PHP, CSS, HTML, Python, LESS, XML and C++ to name just a few.- Package control: This add-on let's you install plugins within seconds directly from the editor. Mine is located here on Windows. C:Users
which ruby: /home/iuser/.rbenv/shims/rubyIt doesn't matter from which directory I launch the Sublime Text 3 from, as long as I launch it using subl from terminal, I am able to build any Ruby code, using the Ctrl + B even when the settings are the Tools > Build System > Automatic.However, when I launch the same Sublime Text 3 from Ubuntu Dash, I am not able to build Ruby Code, and I get the following error: /bin/bash: ruby: command not foundEven though $PATH returns: bash: /home/iuser/.rbenv/plugins/ruby-build/bin:/home/iuser/.rbenv/shims:/home/iuser/.rbenv/bin:/home/iuser/bin:/home/iuser/. ruby -v: ruby 2.2.2p95 ( revision 50295)