An open API service indexing awesome lists of open source software.

https://github.com/wavesplatform/ride-intellij-plugin

Jetbrains IntelliJ IDEA Plugin for RIDE
https://github.com/wavesplatform/ride-intellij-plugin

Last synced: 8 months ago
JSON representation

Jetbrains IntelliJ IDEA Plugin for RIDE

Awesome Lists containing this project

README

          

# RIDE plugin

![Build](https://github.com/wavesplatform/ride-intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/20416-ride.svg)](https://plugins.jetbrains.com/plugin/20416-ride)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20416-ride.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)

The plugin provides support for [RIDE language](https://docs.waves.tech/en/ride/).

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](https://github.com/wavesplatform/ride-intellij-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
## Features
- Syntax highlighting


![Syntax highlighting example](assets/gifs/color-syntax.gif)


- RIDE file creation


![IDE file creation example](assets/gifs/file-creation.gif)


- Code completion


![Code completion example](assets/gifs/completion.gif)


- Navigation


![Go to example](assets/gifs/goto.gif)


![Find usages example](assets/gifs/find-usages.gif)


![Structure view example](assets/gifs/structure-view.gif)


- Folding


![Folding example](assets/gifs/folding.gif)


- Reformatting


![Reformatting example](assets/gifs/reformatting.gif)


- Refactoring


![Refactoring example](assets/gifs/refactoring.gif)


---

Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template