aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/ide/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/ide/index.html')
-rw-r--r--files/zh-cn/glossary/ide/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/ide/index.html b/files/zh-cn/glossary/ide/index.html
new file mode 100644
index 0000000000..4f75c18aff
--- /dev/null
+++ b/files/zh-cn/glossary/ide/index.html
@@ -0,0 +1,12 @@
+---
+title: IDE
+slug: Glossary/IDE
+translation_of: Glossary/IDE
+---
+<p>集成编程开发环境(<span class="_Tgc"><strong>I</strong>ntegrated <strong>D</strong>evelopment <strong>E</strong>nvironment</span>)或交互式开发环境,是为程序员提供了软件开发所需的完善工具链的软件应用。一个 IDE 通常包含一个代码编辑器,自动编译工具和一个调试器。</p>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Integrated_development_environment", "IDE")}} on Wikipedia</li>
+</ul>