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 year ago
JSON representation
Datatips for Atom IDE
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-datatip
- Owner: atom-community
- License: other
- Created: 2018-12-22T17:27:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T06:02:35.000Z (over 2 years ago)
- Last Synced: 2025-03-25T15:33:07.545Z (about 1 year ago)
- Topics: atom, atom-ide, atom-package, datatip, hacktoberfest
- Language: TypeScript
- Homepage: https://atom.io/packages/atom-ide-datatip
- Size: 5.31 MB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-ide-datatip package
[](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.

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