June 6th, 2013 at 5:26 AM
Personally I use notepad++ for most things, and vim for a linux command-line editor. For the coders out there, what's your preference?
Coders: what's your text editor preference? |
June 6th, 2013 at 5:26 AM
Personally I use notepad++ for most things, and vim for a linux command-line editor. For the coders out there, what's your preference?
June 6th, 2013 at 5:37 AM
Notepad++, easily
I mod Paradox games. Click here to see my many adventures in doing that.
"Join the Army, see the world, meet interesting people - and kill them"
June 6th, 2013 at 5:39 AM
Microsoft notepad is actually unusable for PHP coding because it does something funky with the encoding or headers (whatever it is) that renders the file unexecutable. Thanks, microsoft
I'm so glad n++ exists.
June 6th, 2013 at 5:54 AM
When I used to code my minecraft mods, at the very beginning, I used notepad++. And, with the custom syntax highlighting, I can make it so n++ highlights syntax in eu3 scripts (for modding).
I mod Paradox games. Click here to see my many adventures in doing that.
"Join the Army, see the world, meet interesting people - and kill them"
June 6th, 2013 at 5:56 AM
Syntax highlighting for a coder is an absolute must, especially for people like me who are speed readers. It saves a ton of time because it's so much easier to find what you need in code.
Notepad++ also has side-by side editing, which is nice for comparing two files. I have yet to need custom syntax highlighting, but I can imagine that will be useful at some point too.
June 8th, 2013 at 5:28 AM
I think I used openoffice at one point. I'm glad I'm past that phase now.
June 26th, 2013 at 10:01 PM
For an IDE, I also use NetBeans, for Java. For CPP, I use Code::Blocks or sometimes Visual Studio. HTML I just use NotepadPP.
I mod Paradox games. Click here to see my many adventures in doing that.
"Join the Army, see the world, meet interesting people - and kill them"
June 8th, 2018 at 5:14 PM
notepad ++ in windows.
Gedit in linux or just the built in one in the bash shell if I'm so inclined lol.
June 8th, 2018 at 5:54 PM
Definitely has to be brackets for me, love the UI and syntax highlighting for me is perfect, also the “live preview” feature is just amazing! When coding html/css it updates the live preview page instantly as you type the code! Great for Designing as you can literally sit there adding pixel by pixel and watch the changes happen instantly.
June 8th, 2018 at 7:56 PM
(June 8th, 2018 at 5:54 PM)Harry K. Wrote: Definitely has to be brackets for me, love the UI and syntax highlighting for me is perfect, also the “live preview” feature is just amazing! When coding html/css it updates the live preview page instantly as you type the code! Great for Designing as you can literally sit there adding pixel by pixel and watch the changes happen instantly. I've never heard of it before but brackets sounds super useful for webpage design
June 8th, 2018 at 8:57 PM
Notepad++
...or Powershell ISE for Powershell obviously. |
« Next Oldest | Next Newest »
|