Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-datatip
- Owner: atom-community
- License: other
- Created: 2018-12-22T17:27:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T06:02:35.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:57:39.188Z (9 months ago)
- Topics: atom, atom-ide, atom-package, datatip, hacktoberfest
- Language: TypeScript
- Homepage: https://atom.io/packages/atom-ide-datatip
- Size: 5.31 MB
- Stars: 32
- Watchers: 5
- Forks: 13
- 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
[![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).