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-datatip

Datatips for Atom IDE
https://github.com/atom-community/atom-ide-datatip

atom atom-ide atom-package datatip hacktoberfest

Last synced: about 1 month ago
JSON representation

Datatips for Atom IDE

Awesome Lists containing this project

README

        

# atom-ide-datatip package

[![Build Status](https://badgen.net/travis/atom-community/atom-ide-datatip/master)](https://travis-ci.org/atom-community/atom-ide-datatip)

A replacement of the DataTip functionality from the original Atom-IDE / Nuclide package developed by Facebook.

## Getting Started

1. Install `atom-ide-datatip` 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/106399263-3438ec00-63dd-11eb-91c2-2c3b0522fe3d.png)

## Contributing

Please see the [contributing guidelines](CONTRIBUTING.md).