dev:list_of_ides

Differences

This shows you the differences between two versions of the page.


Previous revision
dev:list_of_ides [2023/08/18 08:39] (current) Henrik Yllemo
Line 1: Line 1:
 +====== List of IDEs ======
 +An IDE, or Integrated Development Environment, allows programmers to simplify the process of building a computer program.
 +FIXME
  
 +  * [[tools:eclipse|Eclipse]]
 +  * [[tools:netbeans|NetBeans]]
 +  * PyCharm
 +  * [[tools:microsoft_visual_studio|Microsoft Visual Studio]]
 +  * [[tools:intellij_idea|IntelliJ IDEA]] 
 +  * Code::Blocks
 +  * Aptana Studio
 +  * Komodo
 +  * RubyMine
 +  * [[Xcode]]
 +  * ...
 +
 +=== Editor (Lightweight IDE) ===
 +
 +  * [[tools:visual_studio_code|Visual Studio Code]]
 +  * [[tools:notepad|Notepad++]]
 +
 +
 +
 +=== Stack Overflow Developer Survey 2022 ===
 +
 +{{page>compare/stack_overflow_developer_survey_2022#integrated_development_environment&firstseciononly&nodate&nouser&noparlink&nocomments&notags&nomdate&nofooter}}
 +
 +=== Stack Overflow Developer Survey 2023 ===
 +
 +{{page>compare/stack_overflow_developer_survey_2023#integrated_development_environment&firstseciononly&nodate&nouser&noparlink&nocomments&notags&nomdate&nofooter}}
 +
 +
 +<callout type="primary" title="Related:">
 +{{topic>ide editor}}
 +</callout>
 +
 +
 +<callout title="External links:">
 +  * https://www.redhat.com/en/topics/middleware/what-is-ide
 +  * https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments
 +  * https://www.codecademy.com/article/what-is-an-ide
 +</callout> 
 +
 +
 +
 +{{tag>ide list}}