Skip to content

asebak/stellar-xlm-intellij-plugin

Repository files navigation

Stellar SDK IntelliJ Plugin overviewlogo

Build Status

https://plugins.jetbrains.com/plugin/10432

Stellar SDK IntelliJ is a Plugin for IntelliJ IDEA that makes it easier to develop apps on the Stellar platform.

  • Supports Java, Javascript, Python and Golang project templates
  • Help Section integrated into the IDE
  • Galactic Talk search queries.

Future Add Ons to

  • More internal tools to help with development.
  • Requests coming from the community.

How To Use

  • Create a new project :

projectemplate

  • Find help about the Stellar SDK.

projectemplate

  • Search Galactic Talk

projectemplate

projectemplate

projectemplate

Checking out and Building

Configure your Intellij environment using the following link: https://www.jetbrains.com/idea/help/configuring-intellij-platform-plugin-sdk.html

You can build the project directly from IDEA. Continous Integration script can be executed using:

$ sudo sh ./ci-build.sh

External Libraries

  • Lombok Project (Install the IntelliJ plugin or project won't compile)
  • Freemarker
  • IntelliJ SDK 2017 + Java 8 (since release 1.20)

Development

If you want to contribute and add functionality, make sure to add unit tests if they are needed.