+ 3

I just started learning programming. What kind of text editor would you recommend me?

14th Apr 2017, 8:30 PM
Sneider Aranda
Sneider Aranda - avatar
8 Respuestas
+ 10
Sublime Text, Atom or Brackets *_*
15th Apr 2017, 12:34 AM
Gami
Gami - avatar
+ 10
Use Windows Notepad for a tough beginning, after which you can try Atom Notepad++ or Sublime which gives you auto correction and richer colored experience.
15th Apr 2017, 5:50 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
Notepad++ or Visual Studio Code are good, lightweight ides. Of the two, I use Visual Studio Code more often. Adding extensions is really simple to do and it comes with git built into it. It's super quick and fairly user friendly. It feels weird to admit but Microsoft did everything right with it
14th Apr 2017, 8:41 PM
Trevor Brick
Trevor Brick - avatar
+ 2
but to learn is with a simple notepad because it won't write the code in your place. most of the ide already give you suggestions!
14th Apr 2017, 8:50 PM
J Pi
J Pi - avatar
+ 1
I wouldn't recommend vim or emacs to anyone who is just starting out. Any ide that has a 400+ page book devoted to mastering is not beginner friendly. You shouldn't have to learn how to use your editor while you're learning how to code.
14th Apr 2017, 8:43 PM
Trevor Brick
Trevor Brick - avatar
0
notepad++ is a simple one, sublime text a cool-looking one and vi(m) a stylish and old one. For smaller projects and for the beginning I'd recomment sublime text. For greater ones (when you are advanced) use an IDE like eclipse.
14th Apr 2017, 8:31 PM
merkrafter
0
depend of the language
14th Apr 2017, 8:48 PM
J Pi
J Pi - avatar
0
NetBeans
14th Apr 2017, 8:48 PM
J Pi
J Pi - avatar