{"id":20502716,"url":"https://github.com/vlang/intellij-v","last_synced_at":"2025-04-13T20:14:47.008Z","repository":{"id":221652579,"uuid":"754996747","full_name":"vlang/intellij-v","owner":"vlang","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-14T19:28:17.000Z","size":6058,"stargazers_count":33,"open_issues_count":6,"forks_count":5,"subscribers_count":34,"default_branch":"main","last_synced_at":"2024-11-14T20:17:43.609Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlang.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-09T07:55:00.000Z","updated_at":"2024-11-14T19:28:21.000Z","dependencies_parsed_at":"2024-06-08T02:43:52.199Z","dependency_job_id":"486ade22-635f-4093-9813-e1827cd59b19","html_url":"https://github.com/vlang/intellij-v","commit_stats":null,"previous_names":["vlang/intellij-v"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fintellij-v","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fintellij-v/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fintellij-v/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fintellij-v/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlang","download_url":"https://codeload.github.com/vlang/intellij-v/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224834239,"owners_count":17377683,"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-11-15T19:27:09.638Z","updated_at":"2025-04-13T20:14:47.003Z","avatar_url":"https://github.com/vlang.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/cover.png\"\u003e\n\u003c/p\u003e\n\n![Build](https://github.com/vlang/intellij-v/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/24183-vlang.svg)](https://plugins.jetbrains.com/plugin/24183-vlang)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/24183-vlang.svg)](https://plugins.jetbrains.com/plugin/24183-vlang)\n\n# [V](https://vlang.io) language plugin for JetBrains IDEs\n\n## Compatible IDEs\n\nThe plugin is compatible with all IntelliJ-based IDEs starting from the version 2022.3, with the following differences\nin the sets of the available features:\n\n|                  | Open-source and Educational IDEs\u003csup\u003e*\u003c/sup\u003e | [CLion] (commercial) | [IntelliJ IDEA] Ultimate, [PyCharm] Professional, [GoLand] (commercial) | [WebStorm], [PhpStorm], other commercial IDEs |\n|------------------|----------------------------------------------|----------------------|-------------------------------------------------------------------------|-----------------------------------------------|\n| Language support | +                                            | +                    | +                                                                       | +                                             |\n| Debugger         | -                                            | +                    | +**                                                                     | -                                             |\n\n\\* [IntelliJ IDEA] Community Edition, [PyCharm] Community Edition, [PyCharm Edu and IntelliJ IDEA Edu].\n\n\\** Requires the\n[Native Debugging Support](https://plugins.jetbrains.com/plugin/12775-native-debugging-support) plugin.\nLLDB only\n\n## Installation \u0026 Usage\n\nIf you want to jump straight in, use following instructions:\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 \"Vlang\"\u003c/kbd\u003e \u003e\n\u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n### From JetBrains Marketplace:\n\nVisit [vlang](https://plugins.jetbrains.com/plugin/24183-vlang) plugin page and click on the \u003ckbd\u003eInstall\u003c/kbd\u003e button.\n\n### Manually:\n\nBuild plugin locally or download pre-build version from [releases](https://github.com/vlang/intellij-v/releases). Install it manually using:\n\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\u003e [!NOTE]  \n\u003e IDE restart might be required after the plugin installation.\n\n## Building the plugin\n\nTo build the plugin clone the repository and run the following command:\n\n```bash\n./gradlew buildPlugin\n```\n\nThe plugin will be built and saved to the `build/distributions` directory. To install it follow instructions from the [manual installation](https://github.com/vlang/intellij-v#manually) section.\n\n## License\n\nThis project is under the **MIT License**. See the\n[LICENSE](https://github.com/vlang/intellij-v/blob/master/LICENSE)\nfile for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Fintellij-v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlang%2Fintellij-v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Fintellij-v/lists"}