Integrated development environment (ide)
About
At first, IDEs simply connected the big three:
- and debugger
See The Big Bang Theory of IDEs, CASPAR BOEKHOUDT, INFORMATION METHODOLOGIES
Features
- indexing,
- syntax-coloring,
- code-completion,
- etc.
Language Type
Text
Name | Build on | IDE Level | Description |
---|---|---|---|
IntelliJ IDEA | Java | Ide | Supports script structure |
Eclipse | Java | Ide | |
Oracle JDeveloper | Java | ||
Netbeans | Java | Ide | Mutli language support |
Atom | V8 Javascript | Text Editor | |
Visual Studio Code (VsCode) | Typescript | ||
http://theia-ide.org/ | Typescript | ||
Sublime | Python | Text editor | |
Vim | ? | Text editor | Used a lot on the command line |
Emacs | ? | ||
jEdit text editor | Java | Text editor | |
Notepad +++ ! | C | Text editor | |
Lime | Go | Sublime replacement |
Others:
- http://www.crimsoneditor.com/ (Vertical Column mode editing)
- http://www.gnu.org/software/emacs/ (Lisp program)
- https://ace.c9.io Online Editor created with javascript (The Gist Gith editor)
Library:
- http://www.scintilla.org/ (Used in Notepad++ See shortcut mapper) source code editing
SQL
- Toad for Oracle Toad for Oracle is a tool that improves the productivity of developers and DBAs by providing an easy-to-use development environment
Visual
- Oracle Apex Oracle Application Express (Oracle APEX) is a rapid web application development tool for the Oracle database.
- Forms Oracle Forms, a component of the Oracle Developer Suite, is Oracle's long-established technology to design and build enterprise applications quickly and efficiently.