Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankurrajneta/documentation-for-ide-s
Documentation for various ide's
https://github.com/ankurrajneta/documentation-for-ide-s
good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2022 intellij-idea no-code pycharm-ide visual-studio-code
Last synced: 3 months ago
JSON representation
Documentation for various ide's
- Host: GitHub
- URL: https://github.com/ankurrajneta/documentation-for-ide-s
- Owner: AnkurRajneta
- License: mit
- Created: 2022-10-01T03:34:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T10:53:40.000Z (over 2 years ago)
- Last Synced: 2024-10-09T19:03:59.935Z (3 months ago)
- Topics: good-first-issue, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, intellij-idea, no-code, pycharm-ide, visual-studio-code
- Homepage:
- Size: 8.1 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Documentation for IDE's
## This repository contains short and easy documentation for various IDE's and text editors. This repository is also a part of the [Hacktoberfest 2022](https://hacktoberfest.digitalocean.com/) event
**Adhere to [code of conduct](/CODE_OF_CONDUCT.md) guidelines while contributing and taking part in discussions**
**_License: [MIT](LICENSE)_**
## 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](./Docs/vs_code.md)
2. [Pycharm](./Docs/pycharm.md)
3. [Intellij Idea](./Docs/intellij.md)
4. [Spyder IDE](./Docs/spyder.md)
5. [Eclipse](./Docs/Eclipse.md)
6. [Codeblock](./Docs/codeblock.md)
7. [Sublime Text](./Docs/sublime.md)
8. [Vim](./Docs/Vim.md)
9. [Goland IDE](./Docs/Go_land.md)
## Contributing
Please read [CONTRIBUTING.md](./contributing.md) for details on our code of conduct, and the process for submitting pull requests to us.