Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).