Which ide(integrated development environment) or tools to create a project on particular programming ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which ide(integrated development environment) or tools to create a project on particular programming ?

there are so many tools and IDE. how will you select the correct tool for the correct programming language to create. I am beginner using solo learn tool for coding is not sufficient if u want to work for practical and big what will you choose

3rd Aug 2017, 4:57 PM
Keerthi Rao C
Keerthi Rao C - avatar
2 Answers
+ 2
For web development (HTML, JavaScript, CSS...) , a lot of people seem to use either notepad++ or Sublime Text Editor. For C, C++ and C#, it seems like Visual Studio is the most used one. For Java, I would say Eclipse is the most used one. You can use certain editors for much more than just one language, so it is best to check out a couple of editors' websites to find the one with the features you personally need the most.
3rd Aug 2017, 7:28 PM
Vukašin Zeljić
Vukašin Zeljić - avatar
0
For C++, I like to use Vim together with GCC compiler, make, gdb, gprof and valgrind.
3rd Aug 2017, 10:36 PM
Denis Felipe
Denis Felipe - avatar