Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "sublime"
-
Got a couple laughs at an interview for the software listed in my resume:
"Sublime Text 3 (unregistered)"
😉20 -
Visual Studio sucks.
Atom sucks.
Sublime Text sucks.
Windows Movie Maker is the real editor for code.33 -
Honestly, after using sublime, atom, brackets, WebStorm, and so many other IDEs/Text Editors, VSCode outshines all of them ❤️27
-
Every single time:
Me: CTRL+S
Sublime Text: Would you like to purchase a license now?
Me: Cancel
Me: CTRL+S (again)
Pretty sure the last one is not needed, but can't help!15 -
Happened on my first day in internship :
Me: Hey, I'm not allowed to install anything, could you install me Sublime Text?
Boss: yeah sure, hold on, I'm granting you admin rights
Me: ...9 -
Viber is not responding.
Firefox is not responding.
Sublime is not responding.
Clients are not responding.
Motherfucking life is not responding.13 -
Short personal Code Editor Review:
Atom (web-based)
Speed 👎
Packages 👍 (relatively up-to-date)
Features 👍
Visual Studio Code (web-based)
Speed 👉
Packages 👍
Features 👍
Sublime Text (native)
Speed 🚀
Packages 👉 (not as up-to-date)
Features 👍
Verdict:
Having worked with all of those editors for at least three weeks each I have come to the following conclusion:
I liked Sublime Text most primarily for it's performance, but was a little disappointed by the fact that the packages were not updated as frequently, not available or VSCode had some that have better support.
Second would be my current editor, Visual Studio Code, which I only use because I need certain packages that were not present on Sublime Text.
Atom is not bad either, it just happens to be the least recent editor I used, it was quite slow but an overall solid editor.
If I had to choose to use one for the rest of my life, I would probably go with Sublime.
I think there is little margin between features across all of those editors, only exception being performance for Sublime Text. I also quite liked the file organisation design of it (which I can't really say about VSCode).
Those are my subjective opinions on the editors, hope it helps some of you decide which one to give a shot next!36 -
Just watched a Microsoft Visual Academy course where the instructor uses sublime and has the pop up that they haven't payed for it. 😂6
-
I’m hopelessly brand loyal at times but after a day with Vim I’ve decided to jump ship. Ciao sublime ✌️27
-
My mom always supported my decisions and usually when I'm coding at home she'll sit next to me and see me code. She always say that Sublime is pretty with the theme I have.10
-
How many converted to the Dark Side after working Sublime??
And, now, whenever we encounter the Light Side, we initially search the settings to turn it to Dark...21 -
After Windows/Linux and atom/sublime and vim/emacs and all those other reasons we fight...
for(i = 0 ; i < 10 ; i++)
or
for(i =0 ; i <= 9 ; i++)
for 10 iterations?37 -
Tip for devs (esp front end):
Sublime text (and few other inferior editors) has a plugin called "transparency" that allows your editor to be transparent.
Windows 10 powershell consoles can be made transparent.
1) Open browser
2) Open command prompt over it with 75% transparency
3) Open editor over both with 50% transparency.
4) Set editor to fullscreen, no-distraction mode to center the text (Shift+F11 in sublime)
Enjoy coding while constantly viewing the code, the browser and monitoring the cmd prompt at the same time, without having to click Alt+Tab a zillion times.17 -
Damn you, Sublime! I love you, but for fuck's sake, why don't you provide syntax highlighting for x86 assembly? :(15
-
Storytime!
>purchased Sublime Text a few years ago
>used it a bit, mostly on Ubuntu, but eventually fell away
>mostly because notepad++ or just not coding
2017.apng
A wild DevRant has appeared!
>see people using Sublime Text
>remember the good old days(tm)
>download Sublime Text
>search email for key
missing-key.html
>work up courage to send email to Sublime Text team
theyRespond.jar
>turns out I was looking in the wrong email address
>still sent me my old key to the email address I sent the email from
i-am-ok-with-this.svg
10/10 would purchase Sublime Text code again8 -
When you're in Word and press CTRL+P to search for a segment in the document...
Or press CTRL+F5 on Sublime Text
Or press CTRL+S in the browser...
My brain can't handle this...2 -
When you've gotten too used to Jetbrains IDEs that you start pressing enter before finishing any word in Sublime and everyone looks at you like you're a retard when you type4
-
So I wanted to have a productive coding day, but I failed due to getting lost trying to write a Sublime Text plugin that would improve my productivity.2
-
...
Me: Oh cool, So you do dynamic websites
Him: Yes,
Me: Oh Great, What programming language do you use?
Him: Oh huu, I use Sublime Text...
Sorry, I didn't heard the rest cause I was dead2 -
Atom please!
Why does it have to be so slow? It's so pretty though. Mesmerizing even and I can never go back to sublime now.
The lag and crashes is killing me slowly, like a hot girlfriend that is somewhat crazy..29 -
I feel like a e-hoarder, I keep tabs and sublime windows open and worry about closing them as they might contain important code...
FML4 -
I saw an article about the best open source text editors today. I was expecting to see atom, vs code etc. Well no, the author says "sublime text. It's not exactly open source or even freeware software, but there are lots of open source plugins for it."
Well why in world would you title the article best open source editors?? Why not call it what it is: "my lovefest for sublime text and some plugins." You could post it on your stupid blog with 1 reader per month where I would never find it and waste my time on it.9 -
Okay, sublime text is amazing. Super fast and easy on the eyes. If I had $70 I would purchase a license.19
-
So, I'm using a new MacBook Air (running Sierra), and while I'm still getting used to it (especially the different Sublime hotkeys), overall it really is quite wonderful. I particularly love the magic touchpad and ease of scrolling/swiping between desktops.
However, I ran into an issue this morning that gave me pause: apparent file caching.
My webpack setup auto-compiles my project when files change, and I noticed something was causing errors -- not really surprising since I was in the middle of fixing the project last night. However, the error it displayed wasn't something I was expecting, and referenced a line I was positive I had removed several hours before calling it a night. Whatever, I was probably mistaken, so I went to remove it.
... It wasn't there.
I double checked that I was looking at the right file. Yep, src/styles/header.scss -- that's the correct file. Figuring webpack was acting up, I killed and restarted it.
Same error.
So whatever, maybe Sublime cached it. Rather unexpected, but possible, and I am on a mac now... so maybe. So, I closed the file and reopened it. The line wasn't there. I did this twice more. It STILL wasn't there. Maybe I'm going crazy...? I checked the file with cat. The line was there. I checked with vim. The line was still there.
OKAY. I've seen a lot of people with beef with Sublime, and I often defended it. but maybe they're actually right. maybe Sublime really isn't the way to go. :( So, I killed and reopened Sublime, and I checked the file again.
The line STILL ISN'T THERE.
Maybe I'm going crazy? I double, triple, quadruple checked the path. all correct.
Alright; let's try again and make sure I do it properly. I closed everything I had open in sublime (two projects), and quit. I reopened Sublime, navigated to the correct path, and reopened the file...
The offending line STILL wasn't there.
I'm angry at this point and just mash the keyboard. I save the resulting garbage, and cat the file again. No visible changes.
KAJSFLK STUPID PIECE OF <redacted>
okay, whatever. Reboots fix everything, right? So I reboot, and keep the option to re-open everything again ticked.
The terminal comes back up, along with half(?) my browsers, but Sublime doesn't. grrrrrrr.
so I cat the damn thing.
GUESS WHAT.
THE GARBAGE IS THERE.
Sublime was doing its job. BUT EVERYTHING ELSE FAILED.
(Oh Sublime, why did I ever question you? 💚)
... but seriously, what the fuck could have caused that? Was the OS caching the file for some programs, but not others? Now I'm questioning the macbook...23 -
People argue all the time what text editor is the best: VSCode, Sublime, NP++, Emacs, Nano, Vim, etc.
I just remembered when I used to do my HTML, CSS and JS in regular Windows Notepad, as a requirement in my Web Developement classes...
I think some good came from that, I picked up a habit of writing my code very neatly, easily readable.17 -
The blue icon is back on VSCode and multiple root directory support! Finally!!! This is now my full time text editor. Goodbye Sublime!11
-
* writes an entire library in vim *
Lemme save it real quick.
Ctrl + S
Fuck.
* opens sublime text *7 -
Tried switching from sublime text to VS Code and Atom.
Now going back to Sublime text.
Sublime text is <3.13 -
Which of your everyday tools do you like most?
For me it's:
- Sublime Text
- IntelliJ
- BetterSnapTool (os x)
- coffee machine
- Zsh27 -
Am I the last one here late to the party? Just try out and impressed by VSCode and this is my thoughts about the editors:
- I have been loyal to Sublime Text for like 5+ years, cannot complain much.
- Notepad++ was my first love, but absent on Linux so got to say goodbye.
- VSCode is the latest I try out and very rare one I could spend a couple of hours to dive into its settings to make it easier to use. The extensions are impressive!
- Atom, Bracket, and those blabla of their kind are bullshit.
- Jetbrains products are heavy ass, I can't even take a note!
- Vim is great too, but it's not the thing that I can just "open up and start typing".
- Have no idea about Emacs, but supposedly it's nowhere near its UI-friendly brothers, so I give no patience.27 -
Supporting outlook in your mail templates.. On a scale of 0 to 10 with 0 being writing code in sublime/eclipse to 10 being writing code in MS Word, how difficult is it??1
-
Introduced my friend to VSCode. He was skeptical about switching from Sublime to Code but he decided to try it out anyway.
Guess what's his favourite editor now 😂7 -
# Showing code so everyone knows it's the same code/file being executed.
Interesting in the difference of the time it takes.8 -
So I finally decided to get a theme for sublime (And other packages). I'm loving it. Post your IDE/Text editors or whatever you use to code.32
-
I fucking LOVE SUBLIME TEXT. I know some of you are impartial to your fully featured IDEs, but personally I just love a good old text editor with syntax highlighting. Sublime Text is amazing, and that's pretty much the point of this rant is to emphasize how much I recommend everyone trying out Sublime Text.40
-
Week#1: I love Eclipse. Its so cool
Week#2: I love sublime. It's so fast
Week#3: I love atom. It's an .....18 -
Something made me realize why some developers like using multiple screens :/
Android Studio, git bash, Sublime Text and Node.js command prompt on a single 16" screen.12 -
Today I experienced cruelty of C and mercy of Sublime and SublimeLinter.
So yesterday I was programming late at night for my uni homework in C. So I had this struct:
typedef struct {
int borrowed;
int user_id;
int book_id;
unsigned long long date;
} entry;
and I created an array of this entry like this:
entry *arr = (entry*) malloc (sizeof(arr) * n);
and my program compiled. But at the output, there was something strange...
There were some weird hexadecimal characters at the beginning but then there was normal output. So late at night, I thought that something is wrong with printf statement and I went googling... and after 2 hours I didn't found anything. In this 2 hours, I also tried to change scanf statement if maybe I was reading the wrong way. But nothing worked. But then I tried to type input in the console (before I was reading from a file and saving output in a file). And it outputted right answer!!! AT THAT POINT I WAS DONE!!! I SAID FUCK THIS SHIT I AM GOING TO SLEEP.
So this morning I continued to work on homework and tried on my other computer with other distro to see if there is the same problem. And it was..
So then I noticed that my sublime lint has some interesting warning in this line
entry *arr = (entry*) malloc (sizeof(arr) * n);
Before I thought that is just some random indentation or something but then I saw a message: Size of pointer 'arr' is used instead of its data.
AND IT STRUCT ME LIKE LIGHTNING.
I just changed this line to this:
entry *arr = (entry*) malloc (sizeof(entry) * n);
And It all worked fine. At that moment I was so happy and so angry at myself.
Lesson learned for next time: Don't program late at night especially in C and check SublimeLInter messages.7 -
After writing JavaScript codes in Sublime Text I realise how easy it is in Android Studio with intelliJ.
You may be slow Android Studio, but you are smart. And I love you for that.2 -
#AndroidDev protip:
1. Dump Android Studio and use Sublime for a week
2. Realize you don't actually know how to write java anymore
3. Cry -
Tried both vscode and atom. However, keep coming back to Sublime Text, now only if they provided completion as good as IntelliJ, they would beat everyone12
-
Just start to use VSCode from sublime, and found out , I have wasted so much time on only using "console.log" as my main node.js debug weapon. ( Or I am still a dummy for Sublime )3
-
If you have tried vscode in the past, and disliked it give it another try. I gave it an hour of my time to set it up again and it is awesome. I've preferred sublime in the past, but they've improved so much, it's really nice.16
-
So Ive been wondering.. Do companies make you use a Text Editor/IDE of their choosing or do you pick your own?
and side question, Whats your favorite Text Editor/IDE? I prefer VSCode and Sublime Text 3.24 -
TL;DR - Developers, do not buy HP Stream models laptop unless they are selling at $1.
Cannot even handle Sublime + Firefox + LAMP use case well. On lubuntu OS with literally nothing else on it. Sublime crashes every hour.
Now I am learning how to code using other tools before I can buy a better replacement for it. Failure with gedit; very slow and sluggish. Currently trying Geany.
It's a pain in the ass to learn new tool especially when you are so accustomed to something. 😣12 -
When you're at school and the teacher let's you use tools do to CSS in a GUI.
And he kicks you out for using other tools like Brackets, Sublime, Atom etc... Saying it not a accurate.9 -
What are your (almost) "permanently open softwares" on your computer ?
Mine are discord, rocketchat and sublime32 -
Me: I've got this wonderful idea, I'll try it in swift
OSX: download the 4.47 GIGABYTE Xcode
Me: :'( ok
Xcode : you need to update your OS and that's again more than 4.5 GIGABYTE
Me : Sublime -> Main.class1 -
when there's full-on nulear war in the kitchen between team vim and team emacs, and you're at your desk using sublime text and actually getting shit done.5
-
Sublime Text is a great editor but the fact that active development on it has seemed to come to a hault sucks.15
-
What's your favourite IDE? 😁
I'm currently working with Emacs and it's great! (But Sublime Text is still beautiful)20 -
When Atom is just not quite there on the performance front but Sublime Text 3 has been in beta since 2013..... I just want a good editor with good plugins!!9
-
Sublime Text - absolute favourite! Tried many editors but nothing is faster than Sublime on a 4 gigs machine .. and also the packages.
-
Just discovered Origami for Sublime Text 3.
Works like a charm, just need to practice the shortcuts4 -
Finally moved over to Sublime Text.
Now I just need to figure out how to make it my default text editor.8 -
Anyone here use atom? I tried switching to it from sublime, gave it a solid 2 weeks but had to give up on it. Just painfully slow, regularly taking 5-10 seconds to open a work project and let me start working on it and would continue to be slow whilst working.
Back to sublime now, so much better...21 -
I'm starting a clean Sierra installation and I've been using Sublime in my old installations but I wanted to asked you coding monkeys:
Atom, Sublime or Brackets?29 -
when installed the Boxy Theme for the sublime text and make scroll are to the end (had never done it)2
-
So the makers of Sublime Text are working on a GUI Git client now?
It looks really interesting, could be a good alternative to Gitkraken!
Here's the link btw: https://www.sublimemerge.com
What I would really like to see is a plugin support! I don't know of any Git Client that has that...
Anyways, I will try it out later and post my opinion here!4 -
I blame JetBrains team Everytime I work with sublime. Those wasted hours trying to figure out wtf is going on with my code and my only mistake is that I forget to save my work....1
-
!rant Survey
Which text editor do you guys use(web development)
* Atom
* Sublime
* Brackets
* Vim
* Others(Mention)67 -
VSCode
Its:
- Sublime but without the pricetag
- Atom but without the crashing
- netbeans but without the Java
- ideaj but without the load times
- vim without the elitism / esoteric design
- cross platform
The only downside to me is that its electron.9 -
I was looking at painting the interior of my house the other week and my girlfriend asked me what my favorite color scheme was and my first thought was monokai.1
-
Are there any big advantages of using pycharm instead of sublime?
I'm learning Python and I already have sublime installed, should I use pycharm instead?10 -
I was a Sublime Text 3 purist for a long time... recently made the switch to Atom. I honestly haven't looked back. Anyone else make the same move?18
-
How is it that notepad++ has an excellent, easy to use, lightweight and FREE ftp plugin, and every ftp plugin for VScode and sublime is equivalent to a retard fucking a doorknob?7
-
Just love the customizability of phpstorm. I can work as minimal i need !
PS . I use also sublime, vim and atom based on what i need, but phpstorm is my main tool :D1 -
My eyes don't feel comfortable on some dark-schemed IDEs or text editors. But when it comes to Sublime & Atom, I like them dark.4
-
Installing pluggings for my sublime text has made my editor more wonderful(linter, codeigniter snippets, color pickers, git integration ), if we have editors like that who need ide.
<3 -
Why is it so difficult to copy paste in an editor which is considered as one of the most sophisticated editor ? I use VIM for almost everything except for copy pasting . All those internal buffer ..external buffer things are complicating things..
And the sad part is ..once i was editing a bash script using sublime ..I pressed escape :wq .. and tried executing that for a long time .. I was clueless for sometime after which i realised i didnt save the document..
If at all VIM had easy ways to copy paste..😥8 -
Hate CJK languages. They are 2 bytes, and some text editors don't render them properly. (e.g. Sublime)
-
Started new job today with another dev working on a different project. Told him I was hired as front end dev but was a full stack wanna-be. He said he mainly coded in php/java. In the course of the conversation I asked him what is preferred IDE/editor was, telling his I liked Sublime text but was warming up to VS code. He said he never heard of Sublime Text and only used Notepad++.12
-
"You can Download Sublime Merge, and try it for yourself - there's no time limit, no accounts, no metrics, and no tracking. The evaluation version is fully functional, but is restricted to the ***light theme only.***"
In your butt light theme haters ;)4 -
I love the speed and lack of bugs in Sublime, especially when dealing with large files but its so shit in the themes department imo.7
-
For windows: Sublime
For linux tty: Vim
VSCode is a bloated piece of shit which can't open a folder without rebooting the whole window. It's only nice next to the rest of the bloated shit out there.19 -
What autocomplete plugin do you use for sublime?
I mostly use it for web stuff, any recommendations?11 -
What software do you use at home for software development?
I use Sublime Text 3 on Ubuntu 16.04 and a server with GitLab EE.12 -
I'm torn between Sublime 3, Atom and VScode and no one can give me some proper pro's and cons. Not even me...12
-
Am I the only one that almost never display the file' list of my project ? I'm just ctrl+p everything with sublime6
-
Took a day off and came back to find my team and I were moved from frontend to backend (which I always wanted to be).
Manager says we get to learn Java, Mongodb and even Hadoop.
I am so so excited.
But the only little hold back is, there is limited support for Java in sublime text and I should instead use eclipse. I had dozens of shortcuts customised with all those beautiful themes in sublime, but eclipse takes the fun out of coding(no offense to eclipse lovers).5 -
What's a good programming tool for mac book pro?
I like sublime text but I want to get other people's comments, and reference.14 -
Just wrote a Scala test class using Sublime, felt like I moved faster than with IntelliJ... Maybe I should try vim next?1
-
So recently i started using sublime merge. Found the ui kinda useful to review and stage files. Today i was double checking my staged files in smerge and bam! staged files worth an hour disappear! I am pretty sure i didnt click anything. It has to be sublime merge... right?? i could see an undo reset option in menu which didnt work.
Going back to good ol git cli. fuck git ui clients5 -
So it's 2020 and still no native RTL support in 'modern' text editors or 'modern' web frameworks/libraries.
I'm looking at you sublime text and bootstrap.9 -
What editor/IDE is best with javascript and node dev? I am currently using sublime, but I would love something with keyword completions 😊11
-
Windows 10 in dual boot.
It reminds me that I should care about the people who use my products.
Other than that, all usual things sublime, git, TERMINAL, Jetbrains -
(colleague) Are you still using Emacs?? why don't you use Sublime instead?
(me) Because I am a PERVERT and I god damn LIKE it (being pervert & Emacs)2 -
Sublime Text could've became the greatest and fastest code editor of all time if it was supported with good extensions. Now we're left with electron based code editors that are slow with big projects.6
-
It took my some time to explain my dad, why he should not use Notepad as PHP editor and start use something like Sublime Text 3...
I'm also teaching him PHP and JS.5 -
Wait a moment sublime... really? I don't have the option to say no to all the 10,000+ replace action?
Now you have me clicking "No", "No", "No"... like a maniac! (-‸ლ)25 -
tl;dr: What dark theme are you using in IntelliJ?
After seeing how easy it is for my coworker to do refactoring in IntelliJ, its git integration, some Emacs-like features in it, and generally because he made me believe it's an all-in-one IDE (is that right?), I'm considering leaving Sublime for IntelliJ.
The thing that's stopping me though is that I'm not able to find a good Monokai color scheme for it. I am using Boxy Monokai theme in sublime, and it's just awesome.
What dark theme are you using in IntelliJ?12 -
VSCode for C#, Python, Web dev
Sublime for big boy files
Nano for editing things in terminal
And VS if I need it2 -
WK34:
Good metal (Dio, Maiden, Nightwish).
Something to drink, something to eat.
Air.
Over-thr-ear headphones.
Sublime Text.1 -
Git... I just love it!
Oh, and Guake Terminal on Ubuntu :)
And Sublime Text...
Why? Because they get out of your way and just help you get stuff done...safely.
PS: also Trello :)5 -
Does anyone know of a sublime plugin that implements git as well as vs code? I have been searching for a while but couldn't find anything :/ That would be the killer feature convincing me to switch.1
-
Most of the time while watching programming tutorials in YouTube, the pop up to purchase sublime text comes often...
Can't they afford to purchase it?5 -
So what Text Editors do you guys use at your jobs? I'm in high school but I would like to know which Text Editors/IDEs programmers in the field use. I use sublime, VS Code for my programming and for HTML and CSS I use Brackets.
Side note.. this update for devRant is pretty nice c:16 -
Code editors as Doom skill levels:
coda = I'm too young to die.
notepad++ = Hey, not to rough.
sublime = Hurt me plenty.
vi = Ultra-Violence.
emacs = Nightmare!3 -
just installed deepin linux, man this shit is sooooo beautiful! it's based on debian in the new version (15.4, formerly it was ubuntu based). It has its own store where you can find sublime, vscode, most of other editors and even IDEs.9
-
Never been so fit, so able, so sublime.
Being 26 year old, I know it won't last forever, but I will cherish it.5 -
I'm thinking about switching to Sublime Text 3..Used VS Code until now, but its so slow.. I mostly do front end(html, css, js, angular) and a bit of asp.net core.. Someone using Sublime and can recommend some good plugins?9
-
Which IDE do people prefer in here? I myself use Sublime for everything other than C# development, in which case I use VS.16
-
No no no, that's not for what I came to linux.
Opened couple of tasks including one browser with < 10 tabs, sublime, skype and it starts fucking hang.
I have 8g ram, core i3 .
I'm using Ubuntu 16 lts. Its such a shame6 -
I was introduced to disassembly/reverse engineering today. It's amazing how many production applications use isLicenseValid() or other helpful function signatures to assist in my practical learning :p I'm looking at you sublime text
-
Girl- * The important confusion in my life is to a right husband or boyfriend. Web developer - *Bitch Please!! The biggest confusion in my life is to choose between Sublime text or Atom or Brackets .*5
-
Unpopular opinion: atom and vscode are both shit. I hate using them, I don't think they are at all comfortable to use (for me). I prefer sublime and the bindings that it has.7
-
Guys, which code editor is better for PHP/JS/HTML/CSS? I mean, with more addons, code completion, and so on..
Atom? Sublime? Brackets? VS Code?
Thanks!21 -
If anybody even cares I use sublime for HTML, CSS, JS and php and IntelliJ for Java... even tho idk why would even anyone care soooo
bye -
Finally convince my colleague to try sublime text. His coming from notepad++ and netbeans.
First thing he do, figure out how to change the theme to white background. -.- not so cool anymore.2 -
When fucking editors add a space at the end of a fucking line and you fuck up yourself finding the fucking indentation error😡
#python3 -
Ok. Vim is absolutely brilliant. But sublime in vintage mode ( sublime text with some of the vim capabilities ) is more brilliant. Today I just found out that this code editor (sublime) has this feature implemented and I'm happier than ever. I will use both of them and I won't need any over text editor ( although I have to try to emacs and spacemacs ).10
-
When you realize that commands like :wq / :q! / :x aren't getting you anywhere because you're in sublime not vim. I've begun my descent into a vim fan boy...4
-
Can anybody point me to advantages of Vs Code over Sublime Text. I have used both fit quite some time. The only thing I see Code do better of support for debugging in the editor. Sublime has the remaining features, often in more refined versions in my view.9
-
For me, PHPStorm's mini-map is ugly. Nothing compared to VS Code and Sublime Text.
I will uninstall it now.4 -
I've been dismissing the Sublime Text 3 "unregistered evaluation copy" alert for almost 4 years now, and I never actually considered to buy a license. Then I realized that everybody I know didn't.
Did you?8 -
when i place my hands on keyboard they automatically start typing function(req, res, next)... should have already made a sublime shortcut for it...2
-
Any programming font suggestions? I want to use Fira Code for its ligature but Sublime don't have support for ligature, I tried it working in VSCode but it's slow af compared to Sublime11
-
I really wanna use sublime because it's super snappy but I can't use it without having a shit tonne of inconvenience. It has no property package Implementing something like intellisense. Vscode has that but it makes me feel really slow3
-
Sublime text... works on almost every OS.
On my side projects, probably visual studio (i really like VS debugger).
Sometimes vim, if there is no GUI to work with2 -
Why.
A PHP variable "declared" in the jQuery.
I don't know why Sublime Text (3) does that.
(Sorry for the quality, the screencut was for friends but I thought it could belong here too.)
Disclaimer:
I don't use jQuery, previous "dev" did.
I don't actually care about this.6 -
MacOS be like: "Hmm... .pub... That's... Lets open it in... Libreoffice writer!"
>Nope.exe
>Tries changing the default app to open .pub from Libreoffice to Sublime
Now, MacOS is like: HALT! That app is from unknown publisher, your security setting does not permit opening apps from unknown developers!
>Sublime works fine, is used daily
>MacOS now tries to open... .pub files as if they were... Applications?
Wtf MacOS. Ur weird, go annoy the hipsters that use you to be cool pls. I need to actually work.5 -
When your training system has 8 gigs of ram but you have to run HDFS, 3 PuTTY terminals, Eclipse, Firefox, a few explorer windows and sublime, it definitely feels like a tech Hurt locker. Every mouse click can fuck you up.
-
Sublime text should have files sorted on the basis of latest modified or most frequently modified and not alphabetically.3
-
I know this has been before but what is better to use for HTML CSS JavaScript and PHP, Sublime or another text editor?6
-
I've not used linters on sublime text so far. And now struggling to find a good linter for sublime for writing React JS.
And I am not comfortable to move to atom or VSCode.
Can anyone suggest me some good linters?1 -
I was thinking about Sublime Text and VS Code just today. Now I'm not much aware of history of editors but the moment I've installed vs code I thought "Microsoft has ripped all its ideas in vs code from the sublime guy, a sole developer of a free app" and I was pissed. But today I had a second thought, "maybe sublime guy had his ideas from another editor too" which I really doubt it. I need to know other people opinions on this, so hence the rant.11
-
iphonyX
Can't play CSGO ( and thousands of many other games ).
Atom, Sublime, Eclipse and intelIJ is still not supported.
Can't use it for writing programs
Can't run a local server and use it for development.
It still can't fly besides having flight mode -
How the hell do you interrupt a download in Sublime FTP???!!! Any obvious hot key such as Ctrl+C doesn't work, and there's not a word about how to interrupt an operation in the docs of Sublime FTP.15
-
Just downloaded sublime text editor, after just using it a little while I feel like this could lead to a great change...4
-
What's your favorite editor for Web development? Using Coda on the Mac and good old UltraEdit when on Windows (with custom theme). Tried Sublime and MS Visual Studio Code but they never stuck.17
-
After start reading on devrant I noticed that somehow people are using vim and emacs quite a bit. Why are you using them m? Are IDEs or Editors like Atom/Sublime not far more sophisticated than CLI Editors?11
-
I hate eclipse due to the performance issue... switching perspectives, just everything seems too slow.
Love sublime and it’s speed, and simplicity, as well as vim ..of eclipse had the editor of vim... with key bindings of vim... speed of sublime or vim...but the ilitellisense of eclipse or visual studio ..and the ability to properly change the theme/color scheme of the entire environment without issues of contrast with certain plugs in...
I think eclipse would actually be great if someone did that... or same with Visual studio ...6 -
I'm growing tired of having to wait sometimes minutes to make searches in large text files (about 5 MB), especially with regex...
Any tips on good addon for Sublime Text or other text editor?12 -
Every now and then I decide to try and use vim, spending hours in customizing it with all the enthusiasm of this world.
When I start editing code on it, I fallback to sublime text.1 -
Not a rant, just wondering.
What's your favorite editor (not IDE) out there?
- Atom
- Sublime Text
- Visual Studio Code
- Notepad++
...
- nano
- Other (name it)
I'm trying Atom Editor, I've been a fan of Sublime Text for a couple of years. Tried VS Code, not a chance. Any suggestions?27 -
I check for trailing spaces.
In email.
(I want *everything* I ever type ever, to be in Sublime Text). -
The original author of Monokai has released a premium theme and icon set for both Sublime and VS Code.
https://monokai.pro1 -
Installed Kali linux,
Did sudo update,
Upgrade,
Installed packages,
Programmed in VIM,
Found....atom and sublime are a bit better!
Downloaded atom and sublime....
Saw parrot os features...
*Su delete Kali
Apt-get install parrot.....bye bye Kali! -
Which editors are you guys using for Reactjs and which plugins? Should i switch to vscode from sublime? And why14
-
I really am in a love/hate relationship with programming...
I had some free time so I decided to do the Google foo bar challenge. For testing purpose, I code in sublime text and then copy the code in the browser.
Yesterday, I spent most of the afternoon doing one challenge. I figured out how to approach the problem, which was kinda easy, and coded it in about 10 minutes. For some reason, what worked perfectly in sublime text worked without throwing any errors in the browser, but 4 of the 5 test done by Google failed.
Today, after spending a good hour tweaking some stuff in the hope that it would work, the browser editor started throwing indentation errors...
Deleted the code in the browser, copy-pasted the exact same code from sublime : All test passed!
That's a couple of hours I'm never getting back. -
started with notepad, dreamweaver
switch to linux heard about nano, pico, vi, gedit, quanta plus, geany
then sublime text showed up, did a lot of work using it, used atom for a bit
currently vscode10 -
Shall I switch to vs code?
I have been using sublime text for years and the sublime merge works well with it. And I did buy license since I love it. Idk if I should switch or not7 -
Heres a truly vitrolic and unnecessary rant:
Package control for sublime is all well and good
through the command palette, but it's just
fucking retarded. How about you point me to a
FUCKING COMMAND to actually INSTALL A
MOTHERFUCKING PACKAGE YOU
FINGERPAINTING FUCKWITS?
Under babel plugin while browsing packages
on packagecontrol.io:
"Find it as Babel through Package Control."
FUCKING HOW?
What command?
What fucking command? How do I "Find" it?
The browse command just opens my
motherfucking browser. How do I fucking install
your fucking packages you assholes?
"Use autocomplete" except your god damn
autocomplete doesn't list "install package"
for some god damn reason because everything
web is a broken pile of utter shit, built
on a more shit, like a leaning garbage tower
of bullshit waiting for the smallest mistake to
take down the entire house of cards like
someone removing a leftpad on npm.
Maybe specify I have to enter
"install package" and THEN hit enter, and THEN
enter the GOD DAMN MOTHERFUCKING package name
on a separate god damn line for
some fucky reason.
Next time don't make a tool that breaks
motherfucking conventions. It's bad enough
every fucking look-at-me-im-smart cunt of a
dev and their dog has to invent a CLI and
then go and invent a new domain specific
language too motherfuckers.
Next tool that breaks convention around me is
gonna see the dev lit on fire.
fucking uppity cunts.
"Say thanks" the site say. I am not
feeling fucking thankful at the moment.
The least you can do if you're going to
contribute to open source, is not make things
actively fucking worse, least of all in the
fucking *documentation*.
FUCK count for this rant: 19 / 50,
RANK: RUSH HOUR TRAFFIC
0-5: GENTLE AS A LAMB
6-10: ANGRY GOAT
11-15: NUN WITH PMS
16-20: RUSH HOUR TRAFFIC
21-25: CANTANKEROUS VIETNAM VET
26-30: BREAKING SHIT
31-35: DOMESTIC DISTURBANCE
36-40: BIPOLAR EPISODE
41-45: DESPAIR EVENT HORIZON
46-50: BROKEN CAPSLOCK
50+ : MIDLIFE CRISIS / MASTER GRAND WIZARD
OF RANTS AND ANGRY-WORD MASTURBATION.
If you prefer to cheat, you may also include any
cursewords in general, but be warned, you'll
never know the sweet taste of victory when you
achieve the rank of master grand wizard.
Like when you were a kid, and you discovered
gameshark, and all your hopes of finishing that
one game became but a ruthlessly hollowed out
husk, somewhere where could-have-been childhood
memories and nostalgia go to die like the
graveyard of dreams
(the same place officer workers souls go).4 -
That feeling when sales tax from buying a new computer goes towards that Sublime Text license you've been putting off...
https://wikileaks.org/ciav7p1/cms/...3 -
Nowadays, regretting has become more common for me after any update!
(New #Sublime update broke my previously working bitbake plugin!) -
Hi everyone,
Writing code is exercise in precision. Since there are programs like sublime text3 / emmet
Do you recommend to use those as they they generate the code?3 -
Sublime text. Just last week I had to implement Java batch with 60+ vars. Without sublime text to edit multiple lines to handle these vars I would go crazy.
The project I work is in eclipse, I think IntelliJ is good to edit multiple lines but eclipse is not very good.3 -
I used vim, Sublime and most recently vscode. I had Webstorm lying around for about 2 months now, and I'd really like to switch to it but it's constant fight, and not one im winning either... :(
Any advice from fellow "devs who rant" ?6 -
there was this one time I could not find the CSS to change background color of a template I was using while in sublime... after hours of trying I accidentally "opened with atom" and there it was!! That was the end of me n sublime3
-
! Rant
In our office I'm the only one who installed plugins on my sublime text and make sure i have a great font, nice theme. All of them just plain stock sublime text.3 -
"[...] Good Programming is a few brief moments of sublime elegance embedded in months of niggling, exacting, precise trivialities. [...]"
❤️
https://hackernoon.com/how-to-be-an... -
I use Atom. It's a basic coding program similar to Notepad++ and Sublime Text but more minimalistic.
Link to it: http://atom.io -
Tired of disputes with colleagues about which text editor is better: VS Code, Atom, Notepad++, Sublime Text... I just installed EMACS and thus not be part of any group of fanboys. When will people learn that those are just tools?1
-
switching from notepad++ to sublime text.
any suggestions for a layouting tool thats not PS?
(win10)3 -
When I turn on Sublime text editor on my computer it feels like I'm on the second computer inside the computer. Anyone feels like this with a text editor?1
-
Please friends, I currently have an issue with my laptop.. can anyone please suggest a coding app for Android that can perform the same way as virtual studio or sublime text6
-
I'm more partial to Sublime Text. Never got into the Atom craze, and always wanted to be more vim-ish.
But more and more people seem to be into VScode for some reason. Need to check that out soon.1 -
I still haven't manage to transition from Notepad++ to Sublime although the former is crap and I ranted about it already several months ago. I just can't seem to find the time it takes to configure Sublime to my likings. It seems like a great IDE, but it's hell to set up an FTP browser like the one in Notepad++. Of course I have googled (or rather binged) the problem, and tried suggested solutions but still no joy. How hard can it be to just set up an FTP connection to my web host and browse its directories/files in a sidepane? How do I achieve this, anyone have good advice to share?3
-
That Brain Freeze moment when you see 62 downloads of 5$ image with few lines of js code on Sublime in photodune matketplace 😵😰😨
-
>was talking with Friend about editors
>friend uses atom
>I use sublime
>"man I can't believe such a great editor is free!"
>"yeah man but at least atom is funded by a company"
> https://sublimetext.com/buy/?v=3.0
>
>80$ cha ching
>**well shit**
>
>Respect++
>
>looks at vim
>"nahhhhh it's all community efforts"1 -
IMHO: VS Code = Gnome (I love it but it's a constant fight)
Sublime = Unity (Not bad and reliable)5 -
i have had sleepless nights when i saw devs using default ctrl+tab in "sublime text". and nightmares when they said it sucks because of this.
-
Which extension do you recommend for VS Code, which has most of the features of SFTP package by Will Bond for Sublime Text?
-
Java and scala development:Intellij+gradle
Git: Gitlab + gitkracken
APIs: postman, insomnia
Scripted languages (most favourite to least ): Brackets(#1), Sublime, vscode, Atom
Others: Docker + Portainer, Visual studio (when playing with C#), geany for light works -
PyCharm - worth buying?
Currently 30% off.
I'm learning to code Python at the moment and just using Sublime - so wondering whether it's worth it?
https://jetbrains.com/pycharm/buy/...8 -
Shotout to Sublime devs for including all the older versions with your license.
As a retrocomputing enthusiast I appreciate being able to legitimately use Sublime on my old Mac.