Choosing a text editor and IDE for coding



The first thing a new programmer or developer has to install in their computers is a good code (text) editor to start typing all the code that flows through their creative minds. There are infinite options and in this video, I’ll cover the most famous and usable editors out there.

An IDE is an integrated development environment, it provides many tools (not just the code editor) and if you’re programming in a compiled language such as Java or C++, said IDE also provides debugging and compilation tools so you don’t have to worry about any of that apart from coding and creating!

A code or text editor is a great tool for quick and powerful edits, it provides tools such as “search and replace”, multiple selections, packages to extend its functionality and much more.

Quick Note: Sublime is “begware”, it’s free to install but it’ll keep asking for your purchase if you like the editor. If you are an ethical person consider buying it.

[ * ] Relevant Links
—————————————————————

Atom: https://atom.io
Sublime Text: https://www.sublimetext.com
Brackets: http://brackets.io
VS Code: https://code.visualstudio.com
Notedpad++: https://notepad-plus-plus.org

Aptana Studio: http://www.aptana.com
Visual Studio Community: https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx
JetBrains IDEs: https://www.jetbrains.com/idea/
Eclipse: https://eclipse.org/downloads/
Netbeans: https://netbeans.org

Nano: https://www.nano-editor.org
VIM: http://www.vim.org
Emacs: https://www.gnu.org/software/emacs/

(Bonus) Xamarin Studio: https://www.xamarin.com/studio

source

Reply


Build A Site Info