{"id":13524348,"url":"https://github.com/Alaanor/candid-intellij-plugin","last_synced_at":"2025-04-01T02:31:18.067Z","repository":{"id":37899445,"uuid":"466536953","full_name":"Alaanor/candid-intellij-plugin","owner":"Alaanor","description":"A Candid language plugin that provide a complete support to efficiently edit .did files.","archived":false,"fork":false,"pushed_at":"2023-09-15T17:52:04.000Z","size":1770,"stargazers_count":8,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T06:16:32.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/19148-candid","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alaanor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-03-05T18:32:25.000Z","updated_at":"2023-04-28T17:12:13.000Z","dependencies_parsed_at":"2024-01-13T22:46:49.103Z","dependency_job_id":"bbe689af-159e-4096-851e-c0ad1b2df7fd","html_url":"https://github.com/Alaanor/candid-intellij-plugin","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alaanor%2Fcandid-intellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alaanor%2Fcandid-intellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alaanor%2Fcandid-intellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alaanor%2Fcandid-intellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alaanor","download_url":"https://codeload.github.com/Alaanor/candid-intellij-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222693039,"owners_count":17024034,"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-08-01T06:01:09.173Z","updated_at":"2024-11-02T08:31:42.269Z","avatar_url":"https://github.com/Alaanor.png","language":"Kotlin","funding_links":[],"categories":["Candid"],"sub_categories":["Libraries / Frameworks"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"src/main/resources/META-INF/pluginIcon.svg\" width=\"128\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Alaanor/candid-intellij-plugin/actions/workflows/build.yml\"\u003e\u003cimg src=\"https://github.com/Alaanor/candid-intellij-plugin/workflows/Build/badge.svg\" alt=\"Build\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://plugins.jetbrains.com/plugin/19148\"\u003e\u003cimg src=\"https://img.shields.io/jetbrains/plugin/v/19148.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://plugins.jetbrains.com/plugin/19148\"\u003e\u003cimg src=\"https://img.shields.io/jetbrains/plugin/d/19148.svg\" alt=\"Downloads\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# \u003cimg src=\"src/main/resources/icon/fileType.svg\" width=\"24\"/\u003e IntelliJ Candid Language Plugin\n\n\u003c!-- Plugin description --\u003e\nA [Candid](https://github.com/dfinity/candid) language plugin that provide a complete support to efficiently edit `.did` files. [Candid](https://github.com/dfinity/candid) is an interface description language (IDL) for interacting with canisters (also known as services or actors) running on the [Internet Computer](https://internetcomputer.org/).\n\nFeatures supported so far:\n- 💡 Syntax Highlighting\n- ⌨️ Auto Completion\n- 🔍 Find Usage\n- 💄 Code Format\n- 🦀 Rust integration\n\u003c!-- Plugin description end --\u003e\n\n## 🦀  Rust integration\n\nFor the sake of correctness, the plugin will only enable rust integration for a given candid file if the followings are found in `dfx.json`:\n\n```json\n{\n  \"canisters\": {\n    \"foobar-canister\": {\n      \"type\": \"rust\",\n      \"candid\": \"correct/path/to/candid-file.did\",\n      \"package\": \"rust-package-name\"\n    }\n  }\n}\n```\n\nAll three `type`, `candid` and `package` fields are required to enable rust integration. `dfx.json` is expected to be found at the root of the project.\nThe type `custom` will not be supported because of the lack of explicit information that the plugin require to correctly resolve items.\n\n## Installation\n\n- Using IDE built-in plug system: \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"\u003ca href=\"https://plugins.jetbrains.com/plugin/19148\"\u003eCandid\u003c/a\u003e\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n- Manually: Download the [latest release](https://github.com/Alaanor/candid-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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlaanor%2Fcandid-intellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlaanor%2Fcandid-intellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlaanor%2Fcandid-intellij-plugin/lists"}