Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T21:20:48.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:57:38.927Z (9 months 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: 25
- Watchers: 3
- 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
![CI](https://github.com/atom-ide-community/atom-ide-definitions/workflows/CI/badge.svg)
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
![image](https://user-images.githubusercontent.com/16418197/109838730-0c22ef80-7c0c-11eb-9bb4-4cad2d2174cf.png)
![image](https://user-images.githubusercontent.com/16418197/109838982-48eee680-7c0c-11eb-88ee-5ab7889bb2af.png)
![image](https://user-images.githubusercontent.com/16418197/109838990-4a201380-7c0c-11eb-9bf2-7d3bf47ade5d.png)## Contributing
Please see the [contributing guidelines](CONTRIBUTING.md).