Siddhanthota / Documentation-for-ide-s

Documentation for various ide's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation for IDE's

This repository contains documentation for various IDE's and text editors. This repository is a part of the Hacktoberfest 2022 event. Follow the guidelines to contribute to this repository. Adhere to code of conduct guidelines while contributing

License: MIT

What is an IDE?

An integrated development environment (IDE) is a software application that helps programmers develop software code efficiently. It increases developer productivity by combining capabilities such as software editing, building, testing, and packaging in an easy-to-use application.

In Market we are having many IDE's like Visual Studio, Eclipse, Netbeans, IntelliJ IDEA, etc. In this repository we will be covering documentation for some of the IDE's. This would contain the basic information about the IDE, how to install it, how to use it, etc.

What is a text editor?

A text editor is a program that allows you to edit plain text files. It is a simple program that allows you to create, open, edit, and save text files. Text editors are used to create and edit source code, configuration files, and other plain text files.

In Market we are having many text editors like Notepad++, Sublime Text, Atom, etc. In this repository we will be covering documentation for some of the text editors. This would contain the basic information about the text editor, how to install it, how to use it, etc.

  1. Visual Studio Code

  2. Pycharm

  3. Intellij Idea

  4. Spyder IDE

  5. Eclipse

  6. Codeblock

  7. Sublime Text

  8. Vim

  9. Goland IDE

About

Documentation for various ide's

License:MIT License