I was confused about what text editor should I use to write code and script, can anyone tell me what his best text editor and why?
For further actions, you may consider blocking this person and/or reporting abuse
I was confused about what text editor should I use to write code and script, can anyone tell me what his best text editor and why?
For further actions, you may consider blocking this person and/or reporting abuse
Kanav Gathe -
Yassine Sallami -
Vignesh J -
IamKhan -
Top comments (3)
I recommend Visual Studio Code. It starts out simple, so there isn't a lot to learn before you can get started working on code. Just install it and open up a file. As you learn more about what you're working with, it has a ton of extensions and is easily customized via JSON files which can be used globally or per-project. It's actually completely replaced bulkier IDEs for me, just through extensions and customization, but is still useful for quick edits on small files. It runs on Windows, OS X, or Linux. The built-in code tooling is pretty helpful, and it has a built-in terminal window so you can stay within the application as you work.
Thanks
Been using UNIX systems (and, now, UNIX work-alikes) since 1989, so, pretty much have been a
vi
anvi
clones/work-alikes mostly because it's just so ingrained (plus, even if using other editor-type tools, I generally only use ones that let me operate invi
mode ...or else the tool simply feels useless).