GitXplorerGitXplorer
o

intellij-ammonite

public
11 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1a8102db823992eed21a70674a70379dc77792b8

Moar instructions

oolafurpg committed 8 years ago
Unverified
16c352ada25919d02b99fde82da04451e57e6ea8

Mimic layout from idea-composer-plugin

oolafurpg committed 8 years ago
Unverified
2a50ab5f9d3fc2bf68837844a534bc170b595286

First commit

oolafurpg committed 8 years ago

README

The README file for this repository.

intellij-ammonite

WIP

To manually test plugin on a fresh intellij installation, run sbt pluginRun. I recommend you "Create new project", it doesn't have to be an sbt project, just a scala project. Create an empty file foo.amm, the extension needs to be .amm in order to not conflict with .sc. Hopefully, we can use .sc sometime later.

Most of build.sbt was adopted from here: https://github.com/psliwa/idea-composer-plugin.