Skip to content

wavesplatform/ride-intellij-plugin

Repository files navigation

RIDE plugin

Build Version Downloads

The plugin provides support for RIDE language.

Features:

  • Syntax validation
  • Code completion
  • Syntax highlighting and color schemes
  • Ride file creation from lookup
  • Code navigation
  • Folding
  • Reformatting
  • Refactoring

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "ride" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Features

  • Syntax highlighting

    Syntax highlighting example

  • RIDE file creation

    IDE file creation example

  • Code completion

    Code completion example

  • Navigation

    Go to example

    Find usages example

    Structure view example

  • Folding

    Folding example

  • Reformatting

    Reformatting example

  • Refactoring

    Refactoring example


Plugin based on the IntelliJ Platform Plugin Template.