Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.58 KB

setup.md

File metadata and controls

44 lines (24 loc) · 1.58 KB

KivaKit - Developer Setup    

Setting Up for Development  

If you are helping to develop KivaKit this page will help you get set up. If you haven't set up to build KivaKit, see KivaKit Setup.

To keep code formatting consistent and make merges easy, the IntelliJ IDE is preferred.

1. Install IDE

Download and install IntelliJ

2. Import KivaKit Code Format

In the folder kivakit/setup/intellij you will find this file:

kivakit-code-style.xml

Open IntelliJ in Preferences under Editor / Code Style / Java, click the gear icon and import the settings file.

3. Import KivaKit Inspections Settings

In the folder kivakit/setup/intellij you will find this file:

kivakit-inspections.xml

Open IntelliJ in Preferences under Editor / Inspections, click the gear icon and import the settings file.

4. Import KivaKit Editor Templates (optional)

In the folder kivakit/setup/intellij you will find this file:

live-templates.zip

Import the settings under File / Manage IDE Settings.

You will find handy templates relevant to KivaKit that you can use with IDE completion.

Start Coding!  

Houston, we have liftoff.