Integrated Development Environment  
  統合(とうごう)開発(かいはつ)環境(かんきょう)

(1) Noun :

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.

統合開発環境(IDE)は、ソフトウェアプログラマーにソフトウェア開発のための包括的な機能を提供するソフトウェアアプリケーションです。 IDEは通常、少なくともソースコードエディター、ビルドオートメーションツール、ディバッガーで構成されています。


Examples

  • The IDE most used on Mac computers is Xcode.  
  • Macコンピューターで最も使用されるIDEはXcodeです。
  • For Java programming, the IDE I like the best is Eclipse. It does everything I need to produce quality code.  
  • Javaプログラミングの場合、私が一番好きなIDEはEclipseです。高品質のコードを作成するために必要なすべてを行います。

Related Lessons