What's the difference between IDE and Text Editor?? 😕 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the difference between IDE and Text Editor?? 😕

I am new in programming,so please tell me the difference between them,....

6th May 2018, 2:00 PM
Shouvik Ghosh
Shouvik Ghosh - avatar
3 Answers
+ 4
IDE stands for "Integrated development environment" is a tool where you can write the code and also able to compile or debug it. ex: eclipse, IntelliJ IDE Text editors like sublime text, notepad++ etc only able to edit files, instead of specializing in a particular type or language. You need to install the plugins in order to compile or debug the code.
6th May 2018, 2:13 PM
Rhythm Khandelwal
+ 1
what is the 'plugins'?
6th May 2018, 2:18 PM
Shouvik Ghosh
Shouvik Ghosh - avatar