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
- Host: GitHub
- URL: https://github.com/wavesplatform/ride-intellij-plugin
- Owner: wavesplatform
- Created: 2022-08-22T14:20:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T13:29:29.000Z (about 2 years ago)
- Last Synced: 2024-04-16T16:30:21.901Z (about 2 years ago)
- Language: Kotlin
- Size: 4.12 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# RIDE plugin

[](https://plugins.jetbrains.com/plugin/20416-ride)
[](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

- RIDE file creation

- Code completion

- Navigation



- Folding

- Reformatting

- Refactoring

---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template