A replacement of the definitions functionality from the original Atom-IDE / Nuclide package developed by Facebook.
- Go to definition (using keymap or context menu).
-
Install
atom-ide-definitions
in Atom. -
Install an IDE language package that you would like to use:
- TypeScript & JavaScript ide-typescript
- Python ide-python
- Rust ide-rust
You can also search for packages in Atom.
- (Optional) Install hyperclick for
cmd/ctrl+click
support
You can set priority and grammar scope in extension settings
Please see the contributing guidelines.