{"id":13492025,"url":"https://github.com/marcelkliemannel/intellij-developer-tools-plugin","last_synced_at":"2026-03-08T01:41:31.593Z","repository":{"id":170608148,"uuid":"605260384","full_name":"marcelkliemannel/intellij-developer-tools-plugin","owner":"marcelkliemannel","description":"This plugin is a powerful and versatile set of tools designed to enhance the development experience for software engineers. With its extensive collection of features, developers can increase their productivity and simplify complex operations without leaving their coding environment.","archived":false,"fork":false,"pushed_at":"2025-05-17T08:28:26.000Z","size":3004,"stargazers_count":221,"open_issues_count":27,"forks_count":28,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-17T09:29:53.202Z","etag":null,"topics":["code-tools","intellij-plugin","productivity"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelkliemannel.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,"zenodo":null}},"created_at":"2023-02-22T19:38:54.000Z","updated_at":"2025-05-09T12:28:44.000Z","dependencies_parsed_at":"2023-12-26T16:49:36.923Z","dependency_job_id":"a547dcb9-7371-455d-8ff7-ec597b26f53a","html_url":"https://github.com/marcelkliemannel/intellij-developer-tools-plugin","commit_stats":null,"previous_names":["marcelkliemannel/intellij-developer-tools-plugin"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/marcelkliemannel/intellij-developer-tools-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelkliemannel%2Fintellij-developer-tools-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelkliemannel%2Fintellij-developer-tools-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelkliemannel%2Fintellij-developer-tools-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelkliemannel%2Fintellij-developer-tools-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelkliemannel","download_url":"https://codeload.github.com/marcelkliemannel/intellij-developer-tools-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelkliemannel%2Fintellij-developer-tools-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30240966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"ssl_error","status_checked_at":"2026-03-08T00:55:48.608Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["code-tools","intellij-plugin","productivity"],"created_at":"2024-07-31T19:01:02.479Z","updated_at":"2026-03-08T01:41:31.563Z","avatar_url":"https://github.com/marcelkliemannel.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# IntelliJ Developer Tools Plugin\n\n\u003cimg src=\"src/main/resources/META-INF/pluginIcon.svg\" alt=\"Plugin Logo\" width=\"120px\"/\u003e\n\nThis plugin is a powerful and versatile set of tools designed to enhance the development experience for software engineers. With its extensive collection of features, developers can increase their productivity and simplify complex operations without leaving their coding environment.\n\nMain toolbar window:\n\n\u003cimg src=\"screenshots/tool-window.png\" alt=\"Main Tool Window\" width=\"693px\"/\u003e\n\nEditor menu:\n\n\u003cimg src=\"screenshots/editor-menu.png\" alt=\"Editor Menu\" width=\"708px\"/\u003e\n\nPlugin icon by [Gabriele Malaspina](https://www.svgrepo.com/svg/489187/toolbox).\n\n## Key Features\n\n- Encoding and Decoding: JWT (JSON Web Tokens), Base32, Base64, URL Base64, MIME Base64, URL encoding and line breaks\n- Regular Expression Matcher\n- UUID, ULID, Nano ID and Password Generator\n- Text Sorting\n- Text Case Transformation\n- Text Diff Viewer\n- Text Format Conversion\n- Text Escape: HTML entities, Java Strings, JSON, CSV, and XML\n- Text Filter\n- JSON Path Parser\n- JSON Schema Validator\n- Hashing\n- Archive (ZIP, TAR, JAR, 7z, ...) viewer and extractor\n- Date Time Handling (Unix Timestamp, Formatting, ...)\n- Units converters for time, data size and transfer rate\n- Code Style Formatting\n- SQL Formatting\n- Color Picker\n- Server certificates fetching, analyse and export\n- QR Code/Barcode Generator\n- Lorem Ipsum Generator\n- ASCII Art\n\n## Integration\n\nThe main tools are currently available as a standalone dialog or tool window. Additionally, some tools are also available via the editor menu or code intentions. Some of these tools are only available if a text is selected, or the current caret position is on a Java/Kotlin string or identifier.\n\nThe plugin settings can be found in IntelliJ's settings/preferences under **Tools | Developer Tools**.\n\n### Tool Window\n\nThe tool window is available through **View | Tool Windows | Tools**. All inputs and configurations of a tool window will be stored on the project level.\n\n### Dialog\n\nThe action to access the dialog is available through IntelliJ's main menu under **Tools | Developer Tools**.\n\nTo add the \"Open Dialog\" action to the main toolbar, we can either enable it in IntelliJ's settings/preferences under **Tools | Developer Tools**, or manually add the action via **Customize Toolbar... | Add Actions... | Developer Tools**.\n\nAll inputs and configurations of the dialog will be stored on the application level.\n\n## Development\n\nThis plugin is not seen as a library. Therefore, code changes do not necessarily adhere to the semantics version rules.\n\nIf you want to contribute something, please follow the code style in the `.editorconfig` and sign your commits.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelkliemannel%2Fintellij-developer-tools-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelkliemannel%2Fintellij-developer-tools-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelkliemannel%2Fintellij-developer-tools-plugin/lists"}