Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 736 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 736 Bytes

How to contribute

Environment

Before you get started, you should have already installed:

  • JDK 11
  • Python 3.8 SDK
  • IntelliJ IDEA Ultimate 2019.3 or later

You'd better install the following IntelliJ IDEA plugins for debugging specific language color scheme:

  • Scala
  • Python
  • Ruby
  • PHP
  • Go

Get started

  1. Clone the project
  2. Import this project into IntelliJ IDEA as a Gradle Project

Reference

  • For further how to develop and debug a theme UI plugin, please read this document.
  • For the usage of how to build a plugin with Gradle, you may check out this project .