What is an IDE and Text Editor
IDE
Many Newbies in programming confuse many things in programming. So for there clarification. This is for them. So You can do coding in notepad also but you need a compiler, error checker and etc for this. But an IDE is a fully-equipped Editor. So you will have a text-editor, Compiler, Error Checker, and many more plugins. So you can boost your coding by using IDE. So that you don't need to Install the Compiler Separately.
So Some examples of IDE s are Visual Studio, Android Studio, Pycharm, Atom and etc
Text-Editor
So Now the part is Text-Editor. Let us see what is a text editor. A text editor means we can just type text but we can't access many plugins and extensions. So A text Editor can not give us access to many features. So it depends on you to Choose the Text-Editor or IDE.
Some of the Examples of Text-Editor are Visual Studio Code, Notepad++, Emacs, Sublime Text and etc
0 Comments