Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 1.43 KB

How to contribute

If you would like to help, you may check out issues for collaboration. Before sending a pull request please check that the ErlangTestCase is successfully passed. Moreover, new tests will be gladly accepted.

Getting started with the plugin development

  1. Download the latest 13 IntelliJ IDEA build and install it
  2. Checkout plugin repo and open the project
  3. Setup IDEA SDK: select the IDEA installation directory as SDK root
  4. Manually add $IDEA_SDK_PATH$/plugins/copyright/lib/copyright.jar to IDEA SDK classpath
  5. Setup the latest version of Grammar-Kit plugin
  6. Run the Erlang run configuration

Please don't use class comments with information about author or date and time creation.

For further information please see the official plugin development page. Also you can read some tips and tricks. For all development questions and proposals you can mail to our Google Group. Happy hacking!