Which is best text editor I can use between notepad ++ and adobe Dreamweaver? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which is best text editor I can use between notepad ++ and adobe Dreamweaver?

30th Jan 2018, 5:18 AM
Alain_paccy
Alain_paccy - avatar
3 Answers
+ 5
I'm not sure if you want to know whether Notepad++ or Dreamweaver is better, of if you want alternatives. Dreamweaver is probably a more fully featured html editor, but certainly not a general purpose text editor. Notepad++ is good, but its design is really bad. A free alternative is Sublime Text 3, a really good and extensible text and code editor with a beautiful design. If you're looking for a more integrated experience, I highly recommend VS Code. Code has extensions for almost all programming languages, has a very modern design, and it's generally a really good code editor that can be used like an IDE. There's also Atom by GitHub, but in my opinion it's not as good as VS Code, although similar in design and functionality. Atom was the first editor being built on top of the Electron shell, VS Code came later and avoided the mistakes of Atom. Specifically for web development there is also Adobe Brackets, a super cool editor for HTML, JS and CSS. It's free, and it supports lots of cool features for web design. If you wanna pay for an editor, there's also JetBrains WebStorm, which is also a really good editor for web projects. But in my opinion, you can use the free VS Code and Brackets just fine.
30th Jan 2018, 5:28 AM
SplittyDev
SplittyDev - avatar
+ 1
I will give Sublime a vote.
30th Jan 2018, 5:46 AM
Tim Millar
Tim Millar - avatar
0
Thank you very much
30th Jan 2018, 5:49 AM
Alain_paccy
Alain_paccy - avatar