aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/ide/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/ide/index.html')
-rw-r--r--files/es/glossary/ide/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/es/glossary/ide/index.html b/files/es/glossary/ide/index.html
new file mode 100644
index 0000000000..219f06767f
--- /dev/null
+++ b/files/es/glossary/ide/index.html
@@ -0,0 +1,21 @@
+---
+title: IDE
+slug: Glossary/IDE
+tags:
+ - Compilador
+ - Debugger
+ - Depurador
+ - Glosario
+ - IDE
+ - editor de texto
+translation_of: Glossary/IDE
+---
+<p><span class="_Tgc">Un entorno de desarrollo integrado (<strong>IDE</strong>) o entorno de desarrollo interactivo es una aplicación que proporciona facilidades a los programadores para el desarrollo de software. Un IDE normalmente consta de un editor de código, herramientas automatizadas para producir el proyecto y un depurador.</span></p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimientos_generales">Conocimientos generales</h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Entorno_de_desarrollo_integrado", "IDE")}} en Wikipedia</li>
+</ul>