{"id":22595519,"url":"https://github.com/oovm/vos-intellij","last_synced_at":"2026-05-14T23:04:20.113Z","repository":{"id":119097294,"uuid":"570389096","full_name":"oovm/vos-intellij","owner":"oovm","description":"Intellij Support for Virtual Object Schema","archived":false,"fork":false,"pushed_at":"2024-06-17T11:11:40.000Z","size":3143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:15:10.555Z","etag":null,"topics":["codegen","intellij-idea","programming-language","schema"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oovm.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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-25T04:10:20.000Z","updated_at":"2022-11-25T09:45:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8a777a5-ba35-4d5b-a29f-455db3589fcc","html_url":"https://github.com/oovm/vos-intellij","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/oovm/vos-intellij","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fvos-intellij","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fvos-intellij/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fvos-intellij/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fvos-intellij/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oovm","download_url":"https://codeload.github.com/oovm/vos-intellij/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fvos-intellij/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274390576,"owners_count":25276406,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["codegen","intellij-idea","programming-language","schema"],"created_at":"2024-12-08T10:10:29.079Z","updated_at":"2026-05-14T23:04:20.081Z","avatar_url":"https://github.com/oovm.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saha-intellij\n\n![Build](https://github.com/voml/voml-intellij/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n\n## Template ToDo list\n- [x] Create a new [IntelliJ Platform Plugin Template][template] project.\n- [x] Get familiar with the [template documentation][template].\n- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).\n- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).\n- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.\n- [ ] Set the Plugin ID in the above README badges.\n- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).\n- [ ] Click the \u003ckbd\u003eWatch\u003c/kbd\u003e button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.\n\n\u003c!-- Plugin description --\u003e\n\nIntellij plugin for [VOML](https://github.com/voml), support all IDEs.\n\n## Features\n- Syntax Highlight\n- Braces Matcher\n\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 \"voml-intellij\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/voml/voml-intellij/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---\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foovm%2Fvos-intellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foovm%2Fvos-intellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foovm%2Fvos-intellij/lists"}