Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 867 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 867 Bytes

ijext-sample-project

Example implementation of library extension loading in Scala plugin for IntelliJ. This project is made up of three sub-projects: the library we want to support in IJ, implementation of given support and a sandbox project for ad-hoc testing in the editor.

Running

  • Import project in IntelliJ
  • Enable extensions loading under File | Settings | Languages & Frameworks | Scala | Extensions
  • Run support/publishLocal task in SBT, this will publish both the library and the support for it
  • Uncomment sandbox project and re-import the build