Vi (text editor) in the context of Integrated development environment


Vi (text editor) in the context of Integrated development environment

Vi (text editor) Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Vi (text editor) in the context of "Integrated development environment"


HINT:

👉 Vi (text editor) in the context of Integrated development environment

An integrated development environment (IDE) is software that provides a relatively comprehensive set of features for software development. An IDE is intended to enhance productivity by providing development features with a consistent user experience as opposed to using separate tools, such as vi, GDB, GCC, and make.

At a minimum, an IDE typically supports source-code editing, source control, build automation, and debugging. An IDE may include support for integrating tools such as a compiler, runtime environment or version control system, but sometimes such tools are bundled with the IDE. Some IDEs provide special support for constructing a graphical user interface (GUI). Many IDEs support object-oriented programming via features such as class browser and object browser. Typically, an IDE provides special support for one or more programming languages, allowing for features tailored to a language. Some IDEs can be extended to support additional languages.

↓ Explore More Topics
In this Dossier

Vi (text editor) in the context of Vim (text editor)

Vim (/vɪm/ ; short for vi improved) is a free and open-source text editor. Vim provides both a terminal screen user interface as well as a graphical user interface (called gvim).

Vim's documentation describes it as an improved form of the older vi text editor (though it is built from a distinct codebase). In release information, the author originally implied that Vim was an abbreviation for "Vi IMitation", but later, the expansion was changed to "Vi IMproved" because, as described by the author, the functionality had increased beyond that of a clone of vi. Some sources indicate the change happened with v2.0, but conflicting information (including from author) suggests the change happened as early as v2.0 and as late as v3.0.

View the full Wikipedia page for Vim (text editor)
↑ Return to Menu

Vi (text editor) in the context of Bill Joy

William Nelson Joy (born November 8, 1954) is an American computer engineer and venture capitalist. He co-founded Sun Microsystems in 1982 along with Scott McNealy, Vinod Khosla, and Andy Bechtolsheim, and served as Chief Scientist and CTO at the company until 2003.

He played an integral role in the early development of BSD UNIX while being a graduate student at Berkeley, and he is the original author of the vi text editor. He also wrote the 2000 essay "Why The Future Doesn't Need Us", in which he expressed deep concerns over the development of modern technologies.

View the full Wikipedia page for Bill Joy
↑ Return to Menu