{"id":23263192,"url":"https://github.com/wavesplatform/ride-intellij-plugin","last_synced_at":"2025-08-20T18:35:06.755Z","repository":{"id":113245198,"uuid":"527597219","full_name":"wavesplatform/ride-intellij-plugin","owner":"wavesplatform","description":"Jetbrains IntelliJ IDEA Plugin for RIDE","archived":false,"fork":false,"pushed_at":"2024-04-16T13:29:29.000Z","size":4324,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-16T16:30:21.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavesplatform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-22T14:20:23.000Z","updated_at":"2023-05-29T22:05:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c02e6e3-f417-4764-b683-594cbdd8995a","html_url":"https://github.com/wavesplatform/ride-intellij-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fride-intellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fride-intellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fride-intellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fride-intellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavesplatform","download_url":"https://codeload.github.com/wavesplatform/ride-intellij-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230445917,"owners_count":18227060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T14:15:16.656Z","updated_at":"2024-12-19T14:15:17.278Z","avatar_url":"https://github.com/wavesplatform.png","language":"Kotlin","readme":"# RIDE plugin\n\n![Build](https://github.com/wavesplatform/ride-intellij-plugin/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/20416-ride.svg)](https://plugins.jetbrains.com/plugin/20416-ride)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/20416-ride.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n\n\n\u003c!-- Plugin description --\u003e\nThe plugin provides support for [RIDE language](https://docs.waves.tech/en/ride/).\u003cbr\u003e\u003c/br\u003e\nFeatures:\n\u003cul\u003e\n  \u003cli\u003eSyntax validation\u003c/li\u003e\n  \u003cli\u003eCode completion\u003c/li\u003e\n  \u003cli\u003eSyntax highlighting and color schemes\u003c/li\u003e\n  \u003cli\u003eRide file creation from lookup\u003c/li\u003e\n  \u003cli\u003eCode navigation\u003c/li\u003e\n  \u003cli\u003eFolding\u003c/li\u003e\n  \u003cli\u003eReformatting\u003c/li\u003e\n  \u003cli\u003eRefactoring\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"ride\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/wavesplatform/ride-intellij-plugin/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n---\n## Features\n- Syntax highlighting\n  \u003cbr\u003e\u003c/br\u003e\n  ![Syntax highlighting example](assets/gifs/color-syntax.gif)\n  \u003cbr\u003e\u003c/br\u003e\n- RIDE file creation\n  \u003cbr\u003e\u003c/br\u003e\n  ![IDE file creation example](assets/gifs/file-creation.gif)\n  \u003cbr\u003e\u003c/br\u003e\n- Code completion\n  \u003cbr\u003e\u003c/br\u003e\n  ![Code completion example](assets/gifs/completion.gif)\n  \u003cbr\u003e\u003c/br\u003e\n- Navigation\n  \u003cbr\u003e\u003c/br\u003e\n  ![Go to example](assets/gifs/goto.gif)\n  \u003cbr\u003e\u003c/br\u003e\n  ![Find usages example](assets/gifs/find-usages.gif)\n  \u003cbr\u003e\u003c/br\u003e\n  ![Structure view example](assets/gifs/structure-view.gif)\n  \u003cbr\u003e\u003c/br\u003e\n- Folding\n  \u003cbr\u003e\u003c/br\u003e\n  ![Folding example](assets/gifs/folding.gif)\n  \u003cbr\u003e\u003c/br\u003e\n- Reformatting\n  \u003cbr\u003e\u003c/br\u003e\n  ![Reformatting example](assets/gifs/reformatting.gif)\n  \u003cbr\u003e\u003c/br\u003e\n- Refactoring\n  \u003cbr\u003e\u003c/br\u003e\n  ![Refactoring example](assets/gifs/refactoring.gif)\n  \u003cbr\u003e\u003c/br\u003e\n---\n\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesplatform%2Fride-intellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavesplatform%2Fride-intellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesplatform%2Fride-intellij-plugin/lists"}