Sublime Forum

Is SublimeText Dying?

#1

With the rise of the VSCode I feel like SublimeText progress has been stagnated, is this true?

0 Likes

#2

No. This may come as news to you, but ST and VSCode are different products with different markets.

Iā€™m not sure what evidence you see of ST having ā€œstagnated.ā€ It gets regular updates and a major new version is being developed. Maybe you think that larding up an application with features is ā€œprogressā€ but most people who use ST would beg to differ.

6 Likes

#3

Thank you for reply. I have been away from ST for a while thatā€™s why I was asking.

0 Likes

#4

@arx itā€™s very much alive and kicking. The next iteration of ST is currently in Alpha

1 Like

#5

I have seen the future (ST4) and it is beautiful! Iā€™ve been using ST4 for the past month or so, and the usability and the features are great. The indexing and auto completion are very useful. The editor is still as snappy as in version 3.

3 Likes

#6

Hey, just ran by this forum and saw this post, thought Iā€™d comment.

The fact that Iā€™m still occasionally checking this forum means Sublime is not dead in my heart!

I hope this feedback doesnā€™t sting too much, but in all practical terms it does seem to be almost abandoned. Bugs in basic functionality that Iā€™ve raised way back - in 2013, yikes - still havenā€™t been fixed. That seems to give the impression that thereā€™s no-one out there who is using Sublime seriously.

Which is a shame as itā€™s a nice editor that Iā€™ve used quite a lot from time to time. Other than the few bugs Iā€™ve pointed out previously (that feel like they would be quite simple to fix, if there was someone maintaining the editor who had a little bit of time), I do love this thing.

0 Likes

#7

Sublime is quite alive, and as stated previously, has some alpha testing going on. Any large project has old bugs going back a long way. I canā€™t think of many really large projects that have a 0 inbox of bugs. The most important ones get fixed, and the lesser important get fixed if their priority is great enough compared to other priorities. Also, the Sublime team is pretty small.

Now, do more of the lesser important bugs (yes, I know this is subjective) need to get fixed with greater priority? This is another discussion.

2 Likes

#8

I agree with your opinion. Personally, I do not see any reason to change the sublim to something else.

0 Likes

#9

Sublime is the most straightforward product that I have ever used. Itā€™s good for beginners and expert users alike. I have used in teaching, itā€™s fantastic. People ā€˜GET ITā€™ right away. VS CODE is just way too configurable, although it is also a good product. FYI, I paid for Sublime.

1 Like

#10

Sublime Text is just as configurable if not more with a very minimalist looking awesome UI. :slightly_smiling_face:
VS Code IMHO is a convoluted mess. Itā€™s like
VS Code = Sublime Text + Sublime Merge + Emmet + Terminus + (some other packages I am missing) minus Speed. So if I am just using VS Code for just editing text, I get a bunch of other stuff thatā€™s bogging the performance down for no apparent reason.

On the other hand Sublime Text is perfectly good on itā€™s own for just about anything (plain text editing or using it to write complex applications), Sublime Merge is perfect on itā€™s own & as a bonus, they both work perfectly with each other out of the box if you choose both tools while keeping app performance in tip top shape.

4 Likes

#11

VSCode is great. It has some awesome features and things I wish ST3 has (perhaps ST4 will have) but at the end it is super slow and really memory hungry. Simply because it is just a browser.

When my i9 CPU with 16GB RAM and super fast SSD canā€™t instant render the color highlight of a file with not even 50 lines you know something is wrong.

The only thing that VSCode has that ST will likely never have is remote execution. I can connect via SSH to any system and directly work there and ST installs itself as a part on the server. I highly doubt something like this will ever come to ST.

Still, when it comes to my choice. ST it is. Just the speed of it is a mustā€¦

3 Likes

#12

I thought Iā€™d throw my six-penneth in. Aside from vim on remote servers ST3 is my only editor now and I love it to bits. I canā€™t compare it to VS Code as I donā€™t use it (Iā€™m not exactly anti-Microsoft but like my software to come from different stables). I will happily pay for ST4 on top of my previous payment for ST3 as it is worth every penny, not least to keep developers and their teams going before everything gets swallowed up by the giants.
I have had a few minor issues with ST3 but none worth my moving away from it.

1 Like

#13

auto-completion for which languages?

0 Likes

#14

I think it is language agnostic, at least to a large degree. It is based on indexing. So as long as the indexing rules for the language are reasonable, auto completion will work.

0 Likes

#15

Makes sense. In Eclipse (but it was also in Visual Studio these days) there is another great thing that comes with code completion - the instant javadoc (or another code2doc format) help for code completion suggestions.

0 Likes

#16

Must admit that I use both VScode and Sublime text 3, but when it comes to a large Bootstrap project with Gulp, Node and Pug involved I lean back to VScode these days, because it all runs in one app and the included terminal. Did not notice any slowness of VScode.

Sublime Text needs to organize the plugin library and the way you can find out if there are problems with a plugin or not. In VScode I can see that in a second. Hope this will change with the next version of Sublime otherwise I think the Sublime ship will slowly sink.

0 Likes

#17

After installing Terminus Iā€™ve got everything I need. My ST3 is so customized to my needs that itā€™d take too long to move to another editor. I did try VSCode, but it seemed not flexible at all. All in all, I :yellow_heart: ST

0 Likes

#18

ST4 is also providing new APIs to better support the LSP:

1 Like