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 - "text-editor"
-
Visual Studio sucks.
Atom sucks.
Sublime Text sucks.
Windows Movie Maker is the real editor for code.33 -
When i open a 2 gigabyte wordlist text file and forgot that my defaults text editor is GUI based.12
-
Light themes in any code/text editor.
Can you take a look at this?
Sure no problem.
Proceed to have my eyes melted by a burning white light.8 -
Security tester: Injects XSS into a rich text editor and flags it for a vulnerability.
"Oh that's fine, let's just disable right click on our page so no one can inspect the page and inject anything."
...
My boss ladies and gentlemen.9 -
Does anyone know that feeling when you press ctrl + s before you come back to your text editor and you save your web page for the millionth time?7
-
What if we developerized our proverbs?
1. A bad developer blames his tools.
2. Code speaks louder than comments.
3. Birds of a text editor flock together.51 -
Intel's new CPUs are faster, so your text editor can be based on a slower version of chrome, with a even slower bloated JavaScript framework. Congratulations!7
-
Please learn the fucking difference between a text editor and an IDE. I dont give a shit aboyt your super duper complex vim package manager supreme deluxe edition ITS STILL A DAMN TEXT EDITOR YOU FUCK.15
-
Me when I gonna help a colleague who uses a light background in the text editor:
OH MY GOD MY EYES ARE BURNING LET ME GET BACK TO THE DARKNESS5 -
First thing to do after installing a new text editor:
Install shitloads of extensions until you can't open the editor anymore.10 -
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 -
Give me a 10 year old application with no comments, layers of spaghetti code, global variables, embedded SQL, and a text editor with no debugging; just don’t make me write Excel formulas.6
-
When I realized the .config files of GTA VC could be modified in a text editor. Policecar maxspeed=0, wheelsize=0, damagemultiplier=99993
-
It's hilarious how people complain about exiting Vim being too hard and then being proud of themselves.
Guys.. Not being able to exit a 30 year old text editor doesn't paint the best picture about your intelligence.13 -
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 -
I'm taking a summer code class and the professor is shoving Atom down our throats even though I'm a diehard Sublime user. We literally couldn't continue in class until he went one by one through everyone and made sure they had his exact Atom setup10
-
I know this is probably gonna be unpopular but whatever; fuck vim, fuck emacs! A text editor should by default take in standard accepted characters and command form the keyboard without being all hipster "I'm so niche and alternative" about it. You are a text editor so let me enter teeeeeexxxxt!!! Fuuuuuuuuuuuuck!!!!! $£^$%^^$%5
-
The blue icon is back on VSCode and multiple root directory support! Finally!!! This is now my full time text editor. Goodbye Sublime!11
-
One time I did that "show all windows" gesture while my MacBook was connected to a beamer in front of about eight people when suddenly a text editor containing tons of porn site accounts appeared from the background.2
-
The moment of fucking blindness when alt-tabbing between a dark text editor and a white website.
I think if I do it any faster I'll get epilepsy -
I have gotten so used to code with dark themes (I even made Devrant from standard light to dark theme) that everytime i see someone with a light themed text editor, my eyes cry a bit.6
-
So i started using atom text editor like a month ago. After finding out i can install packages and going on a spree.... I may have broke it. You know you are in for a pickle if the editor starts with more errors than windows vista.
-
Interviewing intern today:
"What text editor do you use?"
"Notepadd, Word, I'm okay with anything."
"Like, Notepad++?"
"Eh... Notepad, I don't know about the ++."12 -
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
-
There was an error in one of my Java file. Impossible to find it. I commented all the code and the error remain. I commented the import of that class and no more error. How the f**** is possible that a empty class give an error ?
I opened the file in another text editor and found out that the last character was a symbol that wasn't recognize or display in other text editor.
I was really proud (and confused)3 -
Today in a meeting, a non-dev analyst who frequently uses SQL mentioned in passing that he uses Excel as a text editor for his SQL code. I don't know what he said after that because I wasn't able to get past the fact that Excel is his go to text editor.6
-
So I was looking for restaurants and this is the website of one in my area. Not sure if minimalistic design or just writen html in text editor. Maybe he hired a dev who took "will only take 30min" too seriously.4
-
WHY Atom, when I explicitly select a suggestion do you NOT ACTUALLY AUTOCOMPLETE THE SUGGESTION ?
I have configured so many fucking settings to try to avoid this why is it that I have to explicitly select my option 3 and 4 times before you ACTUALLY auto fill it.
I use you specifically FOR the auto complete function and you FUCK ME OVER ON IT.
I can just not seem to find a text editor or IDE that doesn't annoy the shit out of me one way or the other7 -
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 -
When your CS professor doesn't have a single IDE or text editor in their dock/taskbar you really start to doubt their ability to program.11
-
The problem I have with atom, vscode, sublime, and notepad++ is that none are available on the command line over SSH, inside tmux. And that's where I do the vast majority of my text editing.
The first text editor I used on the command line was pico, the technological successor of which is nano. I used it because when I was in college in the late '90s, we used pine for our email, and pico was the default editor for pine.
When I got my first job out of college in 2000, I found out about vi, and very quickly fell in love with it, and its technological successor: vim.
The only reason I've never gotten into emacs is because I've never wanted for more than vi/vim. And also because as a system administrator, I'm logging into dozens, of not hundreds of servers a day. While vi or vim is guaranteed to be on all of them, emacs is not.
So, for me, the use of a desktop text editor like the ones I mentioned at the beginning of this post, just doesn't make sense to me. I almost never edit files that live on the computer where I'm sitting, and I'm not interested in doing a commit/push every single time I want to rerun a script.20 -
I was reminded of people's posts about preferred text editors in another post, so I thought I'd do the same, but also add some super old technology that I used along the way.
The first text editor I consistently used was pico. I used it to write my first webpage at school.edu/~username. It was a natural choice, because the it was the default text editor in pine, which is what we would all use for our email after opening a serial connection to the college's Digital Unix server. Or if we were the lucky ones who had a computer in a wired dorm, telnet. My dorm was not wired until my sophomore year.
I got my first job in tech in 2001, working as a night shift tier-one support technician. By this time, most people were using web based email, or POP3, but I wanted to keep using pine (or elm, or mutt) because I was totally in love with the command line by this time, and had been playing with Linux for two or three years by now. I arranged a handshake deal with a guy in my home town who had a couple well-connected NetBSD servers, to let me have an account on one for email and web hosting (a relatively new idea at the time).
I recall telnetting into my shared hosting account from the HP-UX workstations we had in the control room. I would look at webpages on HTML conventions and standards, and I kept seeing references to this thing called vi. I looked into it more deeply, and found that it was a text editor, and was the reason I always had to CTRL-Z out of elm. I was already finding pico to be lacking, so I found a modern implementation of vi called vim that was already installed on the aforementioned NetBSD server, and read through vimtutor on it. I was hooked instantly. The modality massively appealed to me, and I found editing files to be an absolute delight, compared to pico, and its nascent open source offspring/successor, nano.
My position on that hasn't changed in the years that have passed since then.
What's your text editor origin story?1 -
Senior[0]: emacs is the best text editor
Senior[1]: yeah, right. It literally stands for Emacs Makes A Computer Slow.
ME: GNU loves recursive acronyms, don't they?
Senior[0]: lol
Senior[1]: lol
ME: what?
Senior[0]: he obviously made it up
Senior[0]: no, I didn't. Use vim ffs. -
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 is a great editor but the fact that active development on it has seemed to come to a hault sucks.15
-
FUCK THE WINDOWS TEXT EDITOR FOR USING UNICODE WITHOUT TELLING ME. I SPEND HALF AN OUR FIGURING OUT WHY "1" COULDN'T BE PARSED INTO AN INTEGER.
-
Wrote some documentation in a text-editor. Pressed cmd+option+l and wondered for a moment why it didn't properly formatted my document.3
-
So a colleague and me are coding a Text Editor in C, and since i was adding a few Themes today i was wondering, what y'all using in your go to Editors and IDEs? Maybe i could include a few slightly modified versions of these themes aswell (modified in the sense of adjusted config)
The Editor is called MOSSY Editor, if someone's interested. MOSSY was some abbreviation for Model Based Syntax, since it's python implementation used a full parse tree in the background.14 -
Finally moved over to Sublime Text.
Now I just need to figure out how to make it my default text editor.8 -
A friend told me that VSCode is somewhat like an IDE and was comparing VSCode with Webstorm...
Am i right that VSCode is a text editor and not a freacking IDE ? ☺️30 -
Me: How to copy paste to the clipboard in X language?
Internet: Open your text editor to the file where you're writing in language X. Select a few words, then click Ctrl+C Ctrl+V3 -
Too noob to actually use a text editor for all prog languages. I use IDEs depending on the one I'm coding.2
-
TFW you try using the keyboard shortcuts from your text editor while writing an email and it doesn’t work 😞3
-
work laptop without admin permissions to install anything, like a text editor, or IDE
why couldn't i have been born to a rich family instead of being a wageslave4 -
Is it just me or does changing the theme on Notepad++ to Deep Black make everyone's code feel like it has the complexity of Autodesk Maya?
-
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 -
!rant Survey
Which text editor do you guys use(web development)
* Atom
* Sublime
* Brackets
* Vim
* Others(Mention)67 -
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 -
Fuck eclipse....
Ugly, Heavy, Shitty, won't select tomcat 8.5 from its shitty server's list.....
Back to my lovely simple text editor and terminal... I can rely on them always.4 -
This guy in a youtube tutorial is continuously moving AND RESIZING his windows to switch between chrome and the text editor after each little change, and this is physically hurting my head😖 WHY DOESN'T HE USE ALT+TAB7
-
Dear fellow devs who use Notepad++ as their primary code editor,
Why? I’m curious why you prefer it instead of Sublime Text, VSCode, or Atom? I’m not saying it’s better or worse than other programs, I’m just curious. I’ve tried to use it recently (although it was my first code editor I’ve ever used) and it really felt bulky to me.
Sincerely, Athlon.6 -
How to give a massive fuck-you to SharePoint:
1. Add a Text Editor web part
2. Click Format Text -> Edit Source
3. Place in a script tag for vue.js or whatever framework you like
4. Develop your website like a normal person.
Boom. Done. Your pain is over.6 -
Fuck MS Word and every other WYSIWYG editor for text AND especially if said editor is a custom built abomination made of PHP and JS.4
-
Not trying to start a debate on which editor is best.
Sorry if repeated question.
Which code editor / text editor do you guys use, and why?25 -
Another update for whoever cares about this text editor that no one cares:
The cursor (which is now a block instead of underscore like before) is now finally functional, but is quite flawed (e.g. If you type two lines with the first line is longer than the second, there's a chance that the cursor might jump to the end of the first line). There's also some text that greets you when you first open the editor, but it will be hidden when you start typing in Insert mode.7 -
After waiting a very long two days, my app was finally accepted🙏
https://itunes.apple.com/us/app/...7 -
It's always funny to see my teachers panicking when they see that I don't use the same text editor as them and on the top of that i'm on linux.
Why don't u use netbeans ?
Rhetorical question3 -
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 -
Client never will install the text editor I want even if I send the link to him s hunded times, and will always answer me he can't open the yml file I'm sending.2
-
*launches devrant: * almost everyone talking about types of IDEs to use, while I sit here with just a text editor in my own farts contemplating how much different will my workflow be.4
-
Q: Do you have an option which allows me to use spaces instead of tabs?
A: Go fuck yourself (and, stop using a plain text editor, then uploading code to Google Docs.)6 -
I found the best text editor for basic code fixing
For a couple of days, I was looking for a simple terminal-based text editor for taking simple code notes or basic code fixing kinds of stuff.
As an aspiring developer, I really like the concept of coding without touching the mouse.
So I downloaded the king of CLI text editors, Vim.
Now, guess what happened.
Yeah, you're right. I stuck inside vim and couldn't even quit from there.
Then, I started watching a bunch of tutorials and started reading vim's documentation.
But then I realized, I have to learn a lot of things only to operate vim and it's a pretty lengthy process.
At that time, I really needed a very simple text editor for doing basic stuff.
But, vim is not simple... you know :)
So, I had to come back to 'nano' & I was not happy enough to write codes by using 'nano'.
Suddenly, I discovered another really cool text editor called 'micro'.
It's really awesome.
It's not as advanced as vim but definitely a lot better than nano.
Micro is an open-source command-line text editor created by Zachary Yedidia.
Some basic key points of Micro:
1. It's really easy to operate.
2. It has different colours and highlights.
3. It supports syntaxes for over 70+ programming languages.
4. It has mouse support.
5. Plugins & colour schemes.
The best thing for me is colour schemes & screen split support.
Check out my full article on DEV - @souviktests.20 -
!rant
I have about a week of holidays left before my classes start and I'm thinking about creating a notepad with password protection and cloud sync so it can be accesed on other devices.
So this is how it will work.
Probably the same interface as windows notepad so no one notices. It can be used to write a personal diary or anything that you don't want other people to know. It will ask for a 4 digit code when you open it(at first you'll see some text, you'll just enter you pin after that text and without pressing enter if you pin is write you'll see the text changes to your previously saved text and if your pin is wrong no error will be displayed itll work as a normal text editor for intruders and probably this wrong pin will be sent to you on you emil with other info). Now even if yoy minimize the window you'll have enter the pin again or even your windows gets out of focus. So you can have it open all the with out worrying.
I'll be using C# for this which I have no experience with. But I'll get it so no problem here.
Provide your feedback on this with some suggestions.
*Sorry I didn't post it on calebs section because I don't have $10.6 -
Let’s all try to agree collectively, if we can rid the world of one IDE and/or Text Editor what one would that be...
3
2
1
GO!35 -
How often do you write code in a raw text editor, without any tools whatsoever (no IDE, no colors, no syntax highlighting,..)? :P
I'm doing that now.12 -
Not really a rant but out if curiosity, what is your favourite text editor for web (so from HTML to JS to anything web) development and why?18
-
Spent at least an hour trying to debug this ocaml function, only to realize "end" was a reserved word that my text editor didn't highlight. Classic.3
-
My Dad wakes up at 4AM catches me in front of my Pentium 4 PC writing a scripting text editor and yells at me to shut down that crappy machine and go to sleep. 10 years ago🙄
-
Never understand why schools use C/C++ as an introductory programming langauges. Someone needs to tell those text editor people to fuck off.52
-
Today I decided against installing a plugin for my text editor because the plugin required node to be installed. Node is bigger than my text editor.2
-
That’s IT!!! I’m throwing in the towel, I’m sick of IDEs crashing and bloating up Code, zero transparency. And tired of shitty incircuit debuggers breaking.
Going old school again, give me a text editor, terminal, a scope and a com line, I’ll be fine.
Fuck the text editor just give me a terminal, OSC scope and com line.3 -
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
-
I've always thought that emacs was just a text editor but... Emails? News reader? Web browser?
That's... awesome! What the hell...
https://gnu.org/software/emacs/...6 -
Would you guys be interested in a text editor saving system like in skyrim/fallout ? f5 saves current code by creating a new branch, f9 discards the branch and goes back to previous code and maybe f8 to merge.1
-
What's your favorite text editor? I'm not looking for a full-on IDE, but just a lightweight, everyday editor.19
-
I thought Notepad++ was the one and only text editor for random small tasks..
I wanted to check a 280MB SQL file if it dumped a specific table.. the file never opened, and now npp is stuck in "Not responding" :)9 -
Freeware text||code editor for really, really big files? Like let's say, a non-laggy editor capable of editing && viewing 100+ GB text||code||log files... Notepad++ has it's problems there and the license model of UltraEdit doesn't allow a productive use for people not being a millionaire...9
-
Providing a vim mode should be a mandatory thing for any text editor. It just makes life so simple!
:s/editor/vim/g1 -
Why are there so many mobile apps trying to teach children coding through obscure logic puzzles? Is it really that difficult to open a text editor and the docs side by side and learn.2
-
Does vim have a tree view and multiple tabs? Maybe some sort of plugin? How bout Neovim? If there is anyway to get that on vim I am sold, but until then I’m sticking with my text editor.7
-
Go to this place on maps https://goo.gl/maps/8HUBBxJuvaS2
There's a link to their webpage, click the link, download the file and open it with a text editor.
Wtf 😂🙄5 -
Good morning devRant.
Here's a good question. What is the worst tool you've tried that was recommended to you? Could be a text editor, IDE, STACK setup, etc.
For me that tool was Eclipse with JavaEE. Not Spring/Hibernate or Maven, but specifically JavaEE in Eclipse. I probably lost over 2 1/2hours configuring that beast to work and it would still break every half hour or so. Drove me crazy enough to switch to IntelliJ. It's one of the rare cases where a free application just wasn't as good as a paid for application. :/10 -
Trying to type in a normal text editor after 7-8 hours of editing with vim is the same feeling as spinning yourself on the spot until you can’t stand anymore then trying to walk in a strait line.jhw3
-
Are there any frontend developers out there that use a full ide like webstorm, intellij or eclipse?
I can't seem to understand why everyone is mucking about in a text editor without breakpoints and such6 -
A machine learning beer referral app, an AI music making algorithm, a GA to make machine learning research easier, and a text editor where ctrl-s deletes all of your work and ctrl-z saves it.3
-
Youjuat don't need an IDE for simple HTML and CSS .....i get irritated when someone burns the whole house to kill a rat.(IDE logic)6
-
Ok bois it's IDE / Text Editor time again.
I have had my fair share of usage with VSCode and i have been using VIM for over a year now.
With Vim i miss intellisense, class lookups etc.
VSCode doesn't provide the macro abilities i like in VIM and also doesn't support every edge case of file (giant files for instance).
Now i am at a certain dilemma. Do i use VSCode? Vim?
I am seriously considering trying emacs, but i don't know much about it.
What is your take on this?
Please respect each others choice, i don't want another fucking IDE religion war4 -
Tutorial for naming a city:
1. Open your text editor
2. Hit your keyboard with your head
3. Roll around with your head on your keyboard
4. ???
5. Congratulations, you just named a city
https://youtu.be/fHxO0UdpoxM2 -
Writing the function is more important than changing the theme of your text editor. Your theme is already good enough.2
-
Genymotion for testing Android apps, Android Studio to write them, and Atom Text Editor for random coding.
-
Hi, first post here, I'm wondering, does anyone actually use uml diagrams? I completed a course in first year, apparently "system analysis and design" means draw uml diagrams all class, then draw more later, without ever actually touching a text editor.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
-
Software idea: A text software that lets you fold based on tab indentation, and define arbitrary text as headers tags and also define their format.
Example of the text describing the configurations that would be used (format wouldn't be inline oc but just in case any of you complains):
# Header, blue, slightly bigger text, bold
item 1
item 2
! red line of text, indicating to-do or current state
arbitrarily
indented
foldable
text
Now the rant: I can't find any software that offers this. :/ I have to define a whole language spec to do this in the editors I've checked.
If you happen to think about some editor, tell me.
Of course, I could code it myself, but I'm married to University for now.8 -
IDE: Visual Studio. Overkill of an IDE yet very very useful for everything.
Text Editor: Code and Atom. Although both of these text editors eat more resources than Sublime (especially Atom), what I love about both editors are the available packages and the monthly updates. -
The God of dev arrives and commands you to stick to just one OS, programming language, text editor, ide for the rest of your life. How do you respond to His glorious command?7
-
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 -
Well... Finding a text editor/script runner for ruby has been one of the most arduous experiences in my programming career 💀 :/7
-
Just downloaded sublime text editor, after just using it a little while I feel like this could lead to a great change...4
-
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 -
When you can give a technical talk about Data Science but don't know which text editor you use
https://vimeo.com/189519557#t=2891 -
Whats your favorit command line text editor and why is it vim? #tiredofreposts #whoringfor++s #vimforthewin1
-
What's your favourite mobile code editor? I currently have DroidEdit, but was curious what others use?
Does anyone code on their mobile to begin with? I write a lot of markdown text files and push to Github via mobile and could use a solid text editor.3 -
What is your opinion on best text editor for HTML, CSS, Javascript, PHP and SQL and with built in FTP?
Seriously in need of a good editor 😑31 -
What is your favorite text editor for Linux?
I just switched from Windows using notepad++, but besides it not being available I wanna try something new.15 -
Favorite IDE: Xcode
Text Editor: Atom
Reasons: Xcode is was I was “first” introduced to on my own.
Atom just seems really smooth and I enjoy using it.1 -
My favorite tools:
IDEs : Jetbrain's IDEs intelliJ, pyCharm, ...etc.
The only exception is Visual Studio for C++ ( for no reason but I haven't tried Clion yet)
Text editor: atom
GIT GUI: Gitkraken, or just a terminal
Music player: Spotify -
Anbody noticed, now Microsoft is going to own two popular text editors. Visual Studio Code and Atom Editor.1
-
Every time you give me a CSV to import, why is it arranged differently to the last one, missing info that is required for the point of the thing I'm importing it into, and I have to spend 2 hours going through it with a text editor and even a hex editor? Your data entry is about as clean as my arse after a particularly spicy burrito.2
-
Which is the best IDE or text editor to do coding in Android phones !!!??
Feeling lazy to open the laptop !! 😋12 -
I think every project I find an interest in pursuing is definitely the coolest for me but if I had to choose I think my coolest project was creating my own IDE for competitive programming. it was mostly inspired from sublime with a couple of functionalities purely for competitive programming. I have it all open source just wish i had more time to work on it!
in case you're interested you can check it out on my github (beware it has the shittiest documentation haha)
http:///www.github.com/... -
interesting conversation with the department head at my college (I'm a graduating senior): for incoming freshmen with no programming experience, do you think we should be teaching them to use a nice IDE, or start them with just a decent text editor and command line?
I was trying to convince the department head that we shouldn't show them an IDE until they've got the basics of command line down, and understand that a lot of what an IDE does is just abstraction of the command line.8 -
Is there a monospaced version of comic sans that you could use for your text editor/ide?
Asking for a friend.5 -
Do anyone here uses Bootstrap Studio? Is it worth purchasing? Or just stick with traditional text editor?9
-
All you emacs cultists, share with me your wisdom. As someone who wants to learn how to use it I have a few questions.
what resources should I use to learn more about it and configuring it?
What's the difference between emacs, doom emacs and all the others I've heard about?
Are you able to and do you use the GUI or the CLI versions of it?
And are there any packages equivalent to VSCode's Intellisense?
please for the love of God don't turn this into a holy war of vim vs emacs I don't mind either I just want to try out emacs cause I think it looks awesome and something I'd be interested in.1 -
I just used `git add --patch` for the first time and I feel like a git god!
(No, my text editor was not giving me enough control over the hunks.) -
What text editor do you use AND what color theme are you loving right now? I’m in VS Code and I like “Monokai Dimmed” or “Solarized Dark”3
-
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 -
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
-
An update to that text editor thing that no one cares:
Now it has a default font (although it looks like horseshit), and a "working" cursor. It is also set to fullscreen by default, and remove the separate piece between the editor and the status bar. -
I *hate* cmd+z in Atlassian Wikis… it removes text that was written ages ago… and you never get it back… no matter how many times you press cmd+shift+z or cmd+y… 😡
-
What are some features of an IDE, which I can not have when using a text editor? More precisely why should I use Visual Studio, instead of VS Code or Atom?5
-
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
-
I am making a WYSIWYG text editor for my next Product. Is there anything that I should include and is currently lacking in text Editors of Medium, Hackernoon etc.
-
Ugh posting a review on Play Store is an awful experience. The text editor doesn't let you copy or paste and you can't even see your full review once you've posted the damn thing. Why Google 😡
-
Some people love to use keyboards. I also wanna use a keyboard and not a big fan of mouse stuff while coding. It is not a crime. You wanna use your text editor to use it. Why some of the folks came on desk daily to tell me about their editors? Use what works for you. I like it, I use it. Its all...4
-
Has this ever happened to you?
You open up your text editor and start typing commands. But it tries to turn on your virtual environment or run a script:
& "c:///project/folder/..."
But since you're in the middle of typing your commands, it get's meddled in between and it fails to run the script, so you gotta do it by hand.
git fet & "c:///project/folder/..."
Unrecognized command "get"7 -
At my old job, using a simple text editor and a separate terminal was touted as being "archaic." "Why not use emacs or intellij?" They'd say... is anyone else also a fan of simplicity?1
-
Somebody knows how can I create a text editor like that of forums or similar?
I would like to create a textarea with a bold button that put <b> and </b> at the start and at the end of anche hilighted text, but I can't figure it out.