This guide helps you set up IDE environments, i.e. Eclipse and IntelliJ.
- Clone the semux project via
git clone https://github.com/semuxproject/semux-core
. - Import the cloned code as a Maven project.
- Go to
Preferences
>Java
>Code Style
>Formatter
; import the Eclipse formatter XML. - Now your workspace is ready!
- Clone the semux project via
git clone https://github.com/semuxproject/semux-core
. - Import the cloned code as a Maven project.
- Go to
Preferences
>Code Style
>Java
; import the Eclipse formatter XML and the IntelliJ formatter XML (both are required). - Now your workspace is ready!