Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 963 Bytes

IDE-Setup.md

File metadata and controls

22 lines (15 loc) · 963 Bytes

IDE Setup

This guide helps you set up IDE environments, i.e. Eclipse and IntelliJ.

Eclipse

  1. Clone the semux project via git clone https://github.com/semuxproject/semux-core.
  2. Import the cloned code as a Maven project.
  3. Go to Preferences > Java > Code Style > Formatter; import the Eclipse formatter XML.
  4. Now your workspace is ready!

IntelliJ

  1. Clone the semux project via git clone https://github.com/semuxproject/semux-core.
  2. Import the cloned code as a Maven project.
  3. Go to Preferences > Code Style > Java; import the Eclipse formatter XML and the IntelliJ formatter XML (both are required).
  4. Now your workspace is ready!