Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
 - update plugin description
  • Loading branch information
devyatkinalexandr authored Jan 24, 2023
1 parent c8fc6fe commit 6cac47c
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 7 deletions.
49 changes: 42 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# rideplugin
# 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)


<!-- Plugin description -->
The plugin provides support for RIDE language
Features:<br>
The plugin provides support for [RIDE language](https://docs.waves.tech/en/ride/).<br></br>
Features:
<ul>
<li>Syntax validation</li>
<li>Keyword completion</li>
<li>Built-in structures, types and functions completion</li>
<li>User-defined functions completion</li>
<li>User-defined variables completion</li>
<li>Code completion</li>
<li>Syntax highlighting and color schemes</li>
<li>Ride file creation from lookup</li>
<li>Code navigation</li>
<li>Folding</li>
<li>Reformatting</li>
<li>Refactoring</li>
</ul>
<!-- Plugin description end -->

Expand All @@ -34,6 +34,41 @@ Features:<br>


---
## Features
- Syntax highlighting
<br></br>
![Syntax highlighting example](assets/gifs/color-syntax.gif)
<br></br>
- RIDE file creation
<br></br>
![IDE file creation example](assets/gifs/file-creation.gif)
<br></br>
- Code completion
<br></br>
![Code completion example](assets/gifs/completion.gif)
<br></br>
- Navigation
<br></br>
![Go to example](assets/gifs/goto.gif)
<br></br>
![Find usages example](assets/gifs/find-usages.gif)
<br></br>
![Structure view example](assets/gifs/structure-view.gif)
<br></br>
- Folding
<br></br>
![Folding example](assets/gifs/folding.gif)
<br></br>
- Reformatting
<br></br>
![Reformatting example](assets/gifs/reformatting.gif)
<br></br>
- Refactoring
<br></br>
![Refactoring example](assets/gifs/refactoring.gif)
<br></br>
---

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

[template]: https://github.com/JetBrains/intellij-platform-plugin-template
Binary file added assets/gifs/color-syntax.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/completion.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/file-creation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/find-usages.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/folding.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/goto.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/refactoring.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/reformatting.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gifs/structure-view.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cac47c

Please sign in to comment.