+ 4
What is ide and what it's work?
please some one tell, every time i face problem in suggetion of ide
4 odpowiedzi
+ 10
it's basically an editor for code.
notepad++ is an example of one that works for a lot of languages.
+ 8
IDE is Integrated Development Environment.
It's a code editor. Some are designed specifically for a programming language. Examples of IDE include:
Notepad++
Sublime text
Komodo edit
Brackets
Eclipse
Netbeans
+ 2
another example is Visual Studio
+ 2
IDE = Integrated Development Environment.
it contains Code Editor, Compiler, Debugger, Intelligent Code Completion, Syntax Checker, package automation ..
it simply packed with lots of tools for development.
There are many IDEs available and each programming language have their popular IDE.
for example,
Visual studio (Microsoft technologies - C#, ASP .NET ...)
NetBeans, Eclipse (Java)
XCode (iOS Native)
Android Studio (Android Native)
and there are many more...
Some are deverloped for support specific technologies/languages(XCode, Android Studio)
Same got add-ons / packages to expand the IDE support for other languages.
But Notepad ++, Sublime Text, Visual Studio Code, Brackets are Code Editors not IDEs(they don't have all tools/features as IDEs) but it didn't mean you can't code using Code Editors. Every one has their own preference. it all depends on what language/technology you going to work on.