+ 1
What's the difference between IDE and Text Editor?? đ
I am new in programming,so please tell me the difference between them,....
3 RĂ©ponses
+ 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.
+ 1
what is the 'plugins'?