Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atom-community/atom-ide-signature-help
Provides signature help functionality for Atom IDE
https://github.com/atom-community/atom-ide-signature-help
atom atom-ide atom-package hacktoberfest signature-help
Last synced: about 1 month ago
JSON representation
Provides signature help functionality for Atom IDE
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-signature-help
- Owner: atom-community
- License: mit
- Created: 2019-01-13T12:00:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T15:41:40.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:57:39.125Z (9 months ago)
- Topics: atom, atom-ide, atom-package, hacktoberfest, signature-help
- Language: TypeScript
- Homepage: https://atom.io/packages/atom-ide-signature-help
- Size: 1.53 MB
- Stars: 17
- Watchers: 5
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-ide-signature-help
[![Build Status](https://badgen.net/travis/atom-ide-community/atom-ide-signature-help/master)](https://travis-ci.org/atom-ide-community/atom-ide-signature-help)
A replacement of the Signature Help functionality from the original Atom-IDE / Nuclide package developed by Facebook.
## Getting Started
1. Install `atom-ide-signature-help` in Atom.
2. Install an IDE language package that you would like to use:
- TypeScript & JavaScript [ide-typescript](https://atom.io/packages/ide-typescript)
- Python [ide-python](https://atom.io/packages/ide-python)
- Rust [ide-rust](hhttps://atom.io/packages/ide-rust)You can also search for [packages](https://atom.io/packages/search?q=IDE) in Atom.
3. Install `busy-signal` package in Atom, which is used for signaling background tasks.
![screenshot](https://user-images.githubusercontent.com/16418197/106399337-a3164500-63dd-11eb-8241-d859b61e2d90.png)
## Contributing
Please see the [contributing guidelines](CONTRIBUTING.md).