Skip to content

wavesplatform/ride-intellij-plugin

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2e4df0 · Feb 2, 2024

History

31 Commits
Jan 20, 2023
Aug 23, 2022
Jan 24, 2023
Feb 2, 2024
Jan 2, 2023
Aug 23, 2022
Dec 8, 2022
Jan 24, 2023
Feb 2, 2024
Feb 2, 2024
Aug 23, 2022
Aug 23, 2022
Oct 27, 2022
Aug 23, 2022
Aug 23, 2022

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.