+ 2
Hello... I'm a beginner, and so far I've found coding exciting. What editor or IDE is the best for coding. Thank you.
About IDE or editor
10 Réponses
+ 5
👉 notepad++ (most popular & common)
my favorite 👇
👉 Visual Studio
👉 Sublime Text
👉 Atom
honeslty every editor works same😂 every code acts same so it doesn't matter
+ 5
Your welcome!
+ 5
Jake bro I think he is beginner 😂 so he don't really need to use debugging all those advanced stuff😂
I'm also beginner as well ;)
well almost everyone learn:
HTML 1st
css 2nd
JavaScript 3rd
so I would recommend those editors 🤙
+ 5
Ifeanyi Obinwa here is link you can check it out bro
https://mythemeshop.com/blog/code-editors/
+ 3
It depends. Notepad++ is an option.
+ 2
Thank you all for the answers.
+ 1
depends on platform, language and what you’re trying to develop.
For java I mostly use eclipse, for python I mostly use pycharm
https://en.m.wikipedia.org/wiki/Comparison_of_integrated_development_environments
https://stackify.com/top-integrated-developer-environments-ides/
https://www.quora.com/What-are-the-top-10-IDEs-for-programming-and-for-which-language
https://www.keycdn.com/blog/best-ide
+ 1
🇮🇳King🇺🇸Daniel🇫🇷 I disagree. I mean sure if you consider yourself well-versed in the language you’re using, it probably wont matter. But as a beginner, the right IDE can make a huge difference. Text editors lack the code-completion and documentation for libraries and some IDE’s are more optimized for a specific type of task than others. For instance, I prefer eclipse for writing my logic and algorithms, it feels cleaner and more optimized for debugging code. Yet I use netbeans for creating the GUI portion of my programs because of its user interface creation tools, if I knew swing or cared to learn it then sure it probably wouldn’t matter.
It comes down to preference really, but I wouldnt say they all work the same
+ 1
if you have low spec processor and ram use sublime text 3 its less than 10Mb and next option is vscode this two is best for developer.
0
My favorites are
visual studio code or notepad++ for editing file's direct, they are very simple and smart editors.
For Java Projects I use the Eclipse IDE and for C# the Visual Studio IDE.
For Web Projects I use Visual Studio Code.
They all can handle more than one language.
Good luck. ☺️