Sublime Text is a highly customizable text editing solution featuring advanced API, Goto functions, and other features, from Sublime HQ in Sydney.
$80
Vim
Score 8.3 out of 10
N/A
Vim is an open source configurable text editor.
N/A
Pricing
Sublime Text
Vim
Editions & Modules
Business
$80.00
No answers on this topic
Offerings
Pricing Offerings
Sublime Text
Vim
Free Trial
No
No
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Sublime Text
Vim
Considered Both Products
Sublime Text
Verified User
Anonymous
Chose Sublime Text
I used to code on Adobe Dreamweaver before. Dreamweaver software was very heavy for my code, but Sublime Text is a much lighter software compared to Dreamweaver, and I can easily use Sublime Text anywhere because its software takes up very little space.
Easier to use, runs very solid (especially on Mac OS). Syntax coloring is the best. Possibilities to add plugins and custom things is huge. Connection with Github works great (never tested this with the other tools though).
Also, our company has chosen this tool so at my current …
Sublime Text is free and offers a cleaner coding interface. Even if I forgot to save updates to a file, the next time I open it, it's still present. Sublime Text boots faster than the other text editors and is also easy to deploy. Memory consumption of Sublime Text is lesser …
Sublime is more customizable and one can easily modify a lot of its features. On the contrary Visual Studio only has limited customizability features. Sublime text is also very light and not bloated as opposed to visual studio ide. We also chose sublime because it has much …
Compared to any other text editor I've used, Sublime Text has the best user interface. On Macs, Windows, and Linux, Sublime Text makes editing easier. When I couldn't use Notepad++ on a Windows machine, I used Sublime Text instead. My colleagues started using Sublime Text, so I …
Even if VIM is a must use for every programmer, [especially] if you work with server files via ssh or similar, for daily use its learning curve is big and difficult. Instead, sublime requires almost no knowledge to start using it and, in a local instance, their performance is …
We've used both Notepad++ and Atom; both are great but nothing really beats the Sublime Text UI; super intuitive and friendly and does everything you need without overwhelming you with stuff you don't. Other options are free, but for our organization, it was well worth the …
Sublime Text has a bit more flexibility and doesn't take up as much space or memory as some of the larger IDEs. Notepad++ is customizable too, but Sublime Text is better suited for code editing in my experience.
Visual Studio Code was honestly a tough competitor to Sublime for multi-language projects, and ultimately edged it out for some of the teams I worked with. It's library functionality was far superior, it is 100% open source vs ads, and it has a similar speed. Pycharm and …
Before using Visual Studio Code, we were using Adobe Dreamweaver. Dreamweaver worked well back then, but we were amazed at how much faster and more intuitive Sublime Text was. That's the time that we got into SASS, which made things go so much faster and more efficiently. Also …
While Microsoft Visual Studio Code has a lot more to offer, it can sometimes be a little too much and get too complicated. I like to keep things simple in text editors which makes Sublime Text my preferred editor. There are a lot of packages that can be installed for Sublime …
I think Sublime is the most efficient text editor in terms of memory usage, especially compared to VSC. However, VSC is feature-rich and has almost all the features of IDE such as debugging tools and IntelliSense. These features are missing in sublime. There are plugins to …
The main reason I moved from using Notepad++ to use Sublime Text was that I moved from Windows OS to Mac OS.... Notepad++ is not supported on Windows based systems, so I had no choice. But my guess is that over the years, I would have probably moved to Sublime Text anyway, since …
Sublime Text has a better UI compared to any other text editors I have used. Easier to edit text on Sublime Text, even on Mac, Windows and Linux operating systems.
Sublimes text is comparable with the Microsoft Visual Studio Code and NotePad++. However, VS code is far better than [Sublime Text] in terms of the plugins and extensions available in the market. [...] Sublime consumes [...] less memory, compared to the VS code, [which …
I use google keep for taking notes on the go and sharing with my colleagues, sharing tasks for example but for my professional coding I use sublime text, because it has all the features I need to do my work, I use google note on mobile devices but I use sublime on my desktop or …
On certain levels all have certain pros and cons but Sublime has community support and a huge future ahead due to its features, making it lead all the others.
For users who care a lot about performance (and also battery usage), ST3 is going to win almost every time because its natively built on whatever OS you are running on whereas VSCode is built on top of Electron, which is widely known to have poor performance. As an anecdote, on …
Sublime Text is powerful, stable, versatile, and lightweight. It's also very affordable, with straightforward licensing terms. Many of the other options that we explored met some of these qualifications, but only Sublime Text checks all of those boxes. For example, NetBeans and …
Notepad++, while being a great editor, is very easy to get familiar with. However, being a serious developer, having the most efficient tool is much more important than having an easy tool. Vim’s speed is very much faster than that of notepad++. Moreover, the amount of plugins …
I prefer Vim simply because it's as simple as apps like Notepad, Notepad++, or gedit, but as feature rich as Microsoft Visual Studio. The startup time is quick, the response time is quick, it never freezes. Vim always "just works." Vim can be downloaded in a few seconds (if …
I spent some time learning emacs at one point and found it to have a much larger surface area of required knowledge before being productive. They are similar in that the interface is somewhat "hidden" behind keybindings and commands, but Vim's modal model makes more sense to me …
It is hard to compare Vim to many other packages in the developer's stack of tools. It mainly does one thing, edit text, and does it better than anything else. For instance, you can't really compare it to Visual Studio Code because VS actually has a Vim plug-in so you can …
Vim is a text editor that strives for simplicity. It does that well, but when you need something at the next level, take a look at the above two. Visual Studio Code is a fantastic, free code editor that makes most of my workflow easy.
Vim's keybindings are a lot more complex than Notepad++. With that, comes a whole bunch of capability that Notepad++ just can't match. Emacs is comparable, in terms of capabilities--because Vim is built into so many unix systems, I chose to learn it instead of Emacs. Knowing …
I use Vim for specific use cases and others for their own purposes but all of them are being used at my work every day. Vim has its pros like it's free/open source, has a mouse free interface, is lightweight and fast, and once learned is hard to forget.
My CMS has a small window in which I can edit custom HTML/CSS. It can be expanded some, but not as much as I would like. It also displays all code as dark text on a white background. On a page where I am doing extensive custom coding, it is helpful to see it in a larger window and in a color-coded display so that I don't have to strain my eyes as hard. Especially when I'm trying to scan for specific elements and target issues and so that I don't have to scroll endlessly in a tiny window.
If you're doing any sort of text editing, you should consider Vim--once you climb the learning curve, you'll be faster and more efficient at everything you do. Also, Vim is my default search/replace tool--whenever I need to make changes throughout a document, most often, I'll copy and paste into a Vim window so that I can take advantage of regexp-based replacements. Vim isn't for the faint of heart, though--it's hard to learn and super complex. If you use a text editor once or twice a month, or just need a simple way to strip out formatting, Notepad will get you where you want to go without all the confusion.
In a world of free and open text editors, Sublime Text does ask for donations. You can use the product freely with only a very infrequent popup asking for donations. You can use it however long you like without paying, but it is well worth it to donate to.
People not used to the functionality may need a bit of time to get up to speed using the documentation.
An integrated terminal would be nice, but that is just a quibble. It's hard to find many cons with Sublime Text.
This is a programmers tool. As such a lot of the features and benefits are lost on a non-technical user. To get the most out of the tool you need to have a basic crash course in how it works and what it can do. The documentation and community are good, but it takes a bit of time to get up to speed.
I don't consider the steep learning curve to be a hinderance on the overall usability. I would rate this a ten, but to be honest a lot of people do get hung up at the beginning and just abandon it. However, for people who have made the moderate effort to get over the hump, nothing can be more usable.
Never had to use their customer support before. There is ample documentation online so it's straightforward to find a solution to any problem you might encounter. For example, I needed to convert a string of HTML code to a properly formatted HTML file to "modify." Easy to do when there are so many users of the product who have needed to do that same thing before.
The support is somewhat lacking; Vim doesn't really have support outside of its forums. The forums, while notably good, aren't equal to real support though, and the steep learning curve makes you wish there was a help desk that would assist with all of the basic questions. There are several handy books and guides that can be found, and most implementations of the product come with "vitutor" which walks you through its usage.
Sublime is more customizable and one can easily modify a lot of its features. On the contrary Visual Studio only has limited customizability features. Sublime text is also very light and not bloated as opposed to Visual Studio IDE. We also chose sublime because it has much better support for the majority of languages(especially Python) and I primarily work with python.
I think it comes down to usability (and frankly, just preference). There's an old adage that Emacs is a good Operating System with a poor Text Editor! Jokes aside, when looking at different text editors, such as Emacs or Nano, Vim is the one that is usually always preferred because of how simple it is to learn. The learning curve of Vim compared to other text editors just makes it such a natural choice.