{"id":18254822,"url":"https://github.com/nedpals/intellij-vlang","last_synced_at":"2025-07-16T17:34:20.874Z","repository":{"id":44983606,"uuid":"512998619","full_name":"nedpals/intellij-vlang","owner":"nedpals","description":"The soon-to-be-official plugin of V language for IntelliJ ","archived":false,"fork":false,"pushed_at":"2022-07-12T14:28:32.000Z","size":1303,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T08:51:10.657Z","etag":null,"topics":["editor-plugin","intellij-plugin","v","v-language-server","vlang","vls"],"latest_commit_sha":null,"homepage":"","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/nedpals.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}},"created_at":"2022-07-12T04:31:09.000Z","updated_at":"2024-10-16T16:01:56.000Z","dependencies_parsed_at":"2022-07-13T04:00:35.625Z","dependency_job_id":null,"html_url":"https://github.com/nedpals/intellij-vlang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/nedpals/intellij-vlang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedpals%2Fintellij-vlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedpals%2Fintellij-vlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedpals%2Fintellij-vlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedpals%2Fintellij-vlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedpals","download_url":"https://codeload.github.com/nedpals/intellij-vlang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedpals%2Fintellij-vlang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527603,"owners_count":23782480,"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":["editor-plugin","intellij-plugin","v","v-language-server","vlang","vls"],"created_at":"2024-11-05T10:13:43.711Z","updated_at":"2025-07-16T17:34:20.856Z","avatar_url":"https://github.com/nedpals.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intellij-vlang\n![Build](https://github.com/nedpals/intellij-vlang/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- [ ] 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\nThe soon-to-be-official plugin of the [V Language](https://github.com/vlang/v) for the IntelliJ Platform (IDEA, WebStorm, CLion, GoLand, etc.)\n\u003c!-- Plugin description end --\u003e\n\n## What's working\n- [ ] [V Language Server](https://github.com/vlang/vls) (using [ballerina-platform/lsp4intellij](https://github.com/ballerina-platform-lsp4intellij) on master)\n  - [ ] Completion (I don't know why lol)\n  - [x] Hover\n  - [x] Diagnostics (V diagnostics' never fired because it never triggers `textDocument/didSave` but only `textDocument/willSave`)\n  - [x] Text Manipulation (works except when deleting characters and/or client sends negative/inaccurate positions)\n  - [ ] Go to Definition (the client does not understand the returned result the server provides)\n  - [ ] Formatting\n  - There are features not listed because of the LSP client does not fully implement the LSP spec\n- [ ] Syntax Highlighting (I was hoping [jetbrains/jsitter](https://github.com/jetbrains/jsitter) would work in order to utilize the existing tree-sitter grammar but anyway)\n- [ ] UI for Plugin Settings\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 \"intellij-vlang\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n\u003c!--\n- Manually:\n\n  Download the [latest release](https://github.com/nedpals/intellij-vlang/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--\u003e\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%2Fnedpals%2Fintellij-vlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedpals%2Fintellij-vlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedpals%2Fintellij-vlang/lists"}