An Atom plugin for Exemplator. Find usage examples of your favourite, ambiguous Java methods right inside atom.
For more information take a look at the exemplator repository.
You can also access Exemplator on the web, here.
Inside Atom:
- Toggle the example view with
Shift + Alt + T
- To find usage examples of a method either select the method or put the cursor on the method and do
Shift + Alt + E
Alternatively you can do the same thing through the Exemplator menu.
The plugin is still under development and only supports Java method examples as of right now.
To build the plugin locally, you need Atom installed. Then clone the project and run:
apm install
apm link