{"id":16375873,"url":"https://github.com/sirywell/handlehints","last_synced_at":"2025-03-16T15:33:48.404Z","repository":{"id":114022106,"uuid":"551940996","full_name":"SirYwell/HandleHints","owner":"SirYwell","description":"An IntelliJ plugin providing inspections and visual enhancements for the Java MethodHandle, VarHandle, and Foreign Function \u0026 Memory APIs","archived":false,"fork":false,"pushed_at":"2024-10-25T08:32:34.000Z","size":1963,"stargazers_count":9,"open_issues_count":20,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-25T16:39:22.826Z","etag":null,"topics":["intellij","intellij-plugin","java","kotlin"],"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/SirYwell.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":"2022-10-15T12:51:38.000Z","updated_at":"2024-10-18T21:11:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"28d580f5-408e-40b2-9c04-3d36f026c6a3","html_url":"https://github.com/SirYwell/HandleHints","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FHandleHints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FHandleHints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FHandleHints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FHandleHints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirYwell","download_url":"https://codeload.github.com/SirYwell/HandleHints/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665644,"owners_count":16860292,"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":["intellij","intellij-plugin","java","kotlin"],"created_at":"2024-10-11T03:22:29.109Z","updated_at":"2024-10-27T10:52:26.251Z","avatar_url":"https://github.com/SirYwell.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HandleHints\n\n![Build](https://github.com/SirYwell/HandleHints/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/24637.svg)](https://plugins.jetbrains.com/plugin/24637)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/24637.svg)](https://plugins.jetbrains.com/plugin/24637)\n\u003c!--\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--\u003e\n\n\u003c!-- Plugin description --\u003e\nThis IntelliJ plugin helps when working with `MethodHandle`s, `VarHandle`s, \nand the [Foreign Function \u0026 Memory API](https://openjdk.org/jeps/454) by contributing type hints,\ninspections, and enhanced auto completions.\n\n### Features\n\n- Dataflow-sensitive type analysis\n- Support for methods from the `MethodHandles` class\n- Support for methods from the `MethodHandles.Lookup` class\n- Support for methods from the `MethodType` class\n- Support for methods from the `MethodHandle` class\n- Support for methods from `MemoryLayout` classes (type tracking for memory layouts)\n- Support for methods from the `PathElement` class\n- Precise type tracking for parameters and return types separately\n- Inspections for supported creation/transformation/combination methods\n- Inspections for `invoke` and `invokeExact` arguments and return type checks\n- Inspections for invalid layout paths\n- Inspections for misaligned struct layouts, with quick fixes for padding/alignment adjustment\n- Inlay type hints\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 \"HandleHints\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/SirYwell/HandleHints/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%2Fsirywell%2Fhandlehints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirywell%2Fhandlehints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirywell%2Fhandlehints/lists"}