Post4VPS Forum | Free VPS Provider
Which is the best text editor ? - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Geek World (https://post4vps.com/Forum-Geek-World)
+--- Forum: Software (https://post4vps.com/Forum-Software)
+--- Thread: Which is the best text editor ? (/Thread-Which-is-the-best-text-editor)

Pages: 1 2 3 4 5 6 7 8 9


RE: Which is the best text editor ? - thispc - 10-15-2015

No doubt about it that sublime text 3 is the best..
features-
*tab system
*package control (For coding and other stuff)
*can be customized for easier use
*Light


RE: Which is the best text editor ? - PaddiM8 - 12-08-2015

For programming? Sublime Text 3 or Atom.
For general "notepadding"? Just notepad Wink

I really like Sublime Text, but I just got Atom to try it out! Maybe it's better :3


RE: Which is the best text editor ? - tokendeep - 12-13-2015

Notepad ++ , Brackets.io and Sublime Text 3.I am using all of them for coding


RE: Which is the best text editor ? - SnoOpy - 01-14-2016

I'm doing stuffs about Youtube API v3 with Python, and Notepad++ is my best choice Big Grin
I tried ATOM and Brackets but they're suck Smile


RE: Which is the best text editor ? - johnycnam - 01-25-2016

I like Notepad++, very simple, very elegant, easy to use, and I like the way it highlights the syntax.


RE: Which is the best text editor ? - xdude - 01-26-2016

I know Notepad++ is really good but I still use Notepad since I use Dreamweaver for coding stuff.


RE: Which is the best text editor ? - DixieKongJD - 01-31-2016

Notepad++ seems to be the best one that is available, it's regularly updated and it offers code highlighting, and open sourced.
The only thing it lacks is with web code, quickly testing your code via a web browser by temporarily loading the current code.


RE: Which is the best text editor ? - Unixfy - 01-31-2016

(01-14-2016, 10:47 AM)SnoOpy Wrote: I'm doing stuffs about Youtube API v3 with Python, and Notepad++ is my best choice Big Grin
I tried ATOM and Brackets but they're suck Smile

Yeah, Atom and Brackets are really geared more toward a web developer. Python is a HUGE pain in those text editors (testing it wastes a ton of time).

You could really just use the Python IDE, it has built in execution and everything..


RE: Which is the best text editor ? - Xinen - 02-01-2016

I'm using Notepad++, and Sublime Text.
Sublime seems better for me.
https://www.sublimetext.com


RE: Which is the best text editor ? - Hagmui - 02-12-2016

"What is the best Texteditor and why is it vim" would be the correct formulation of the question.