https://github.com/atom-community/atom-ide-definitions
Definitions for Atom IDE
https://github.com/atom-community/atom-ide-definitions
atom atom-ide atom-package go-to-definition hacktoberfest
Last synced: 3 months ago
JSON representation
Definitions for Atom IDE
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-definitions
- Owner: atom-community
- License: other
- Created: 2019-03-06T18:29:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T21:20:48.000Z (over 2 years ago)
- Last Synced: 2025-06-12T05:07:00.190Z (about 1 year ago)
- Topics: atom, atom-ide, atom-package, go-to-definition, hacktoberfest
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-ide-definitions
- Size: 577 KB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-ide-definitions package

Provides definitions functionality for the Atom IDE
## Features
- Go to definition (using keymap or context menu).
## Getting Started
1. Install `atom-ide-definitions` in Atom.
2. Install an IDE language package that you would like to use:
- TypeScript [atom-typescript](https://atom.io/packages/atom-typescript)
- JavaScript [atom-ide-javascript](https://atom.io/packages/atom-ide-javascript)
- 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. (Optional) Install [atom-ide-hyperclick](https://atom.io/packages/atom-ide-hyperclick) for `cmd/ctrl+click` support
You can set priority and grammar scope in extension settings
### Screenshots



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