Skip to content

exemplator/exemplator-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exemplator Plugin

apm

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.

Usage

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.

Contributing

To build the plugin locally, you need Atom installed. Then clone the project and run:

  1. apm install
  2. apm link