{"id":51843824,"url":"https://github.com/launchdarkly/ld-intellij","last_synced_at":"2026-07-23T09:30:58.633Z","repository":{"id":38331048,"uuid":"344313910","full_name":"launchdarkly/ld-intellij","owner":"launchdarkly","description":"LaunchDarkly IDE Plugin for IntelliJ based editors","archived":false,"fork":false,"pushed_at":"2025-02-25T13:43:59.000Z","size":805,"stargazers_count":3,"open_issues_count":2,"forks_count":3,"subscribers_count":32,"default_branch":"main","last_synced_at":"2025-05-23T12:42:24.922Z","etag":null,"topics":["launchdarkly-sdk-component","managed-by-terraform"],"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/launchdarkly.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":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-04T01:32:10.000Z","updated_at":"2025-02-25T13:44:00.000Z","dependencies_parsed_at":"2025-02-25T14:32:13.749Z","dependency_job_id":"85f0ac70-e00a-48af-a845-c8899a91c2eb","html_url":"https://github.com/launchdarkly/ld-intellij","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/launchdarkly/ld-intellij","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fld-intellij","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fld-intellij/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fld-intellij/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fld-intellij/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchdarkly","download_url":"https://codeload.github.com/launchdarkly/ld-intellij/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fld-intellij/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35798804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-23T02:00:06.683Z","response_time":57,"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":["launchdarkly-sdk-component","managed-by-terraform"],"created_at":"2026-07-23T09:30:58.551Z","updated_at":"2026-07-23T09:30:58.629Z","avatar_url":"https://github.com/launchdarkly.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaunchDarkly IntelliJ IDEA plugin\n\n![Build](https://github.com/launchdarkly/ld-intellij/workflows/Build/badge.svg)\n\n\u003c!-- Plugin description --\u003e\nInteract with your LaunchDarkly feature flags directly in your IDE.\n\n- Autocomplete feature flag keys\n- View a tooltip with feature flag details when you hover over a flag key in your source code\n- Open to specific feature flags in LaunchDarkly\n- View a list of feature flags and their settings in the LaunchDarkly tool window\n- Update a feature flag's targeting status and default rule and value when targeting is on or off\n\n\u003c!-- Plugin description end --\u003e\n\n[Available in the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/15159-launchdarkly)\n\n## Installation\n\n- Using IDE built-in plugin system:\n\n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for LaunchDarkly\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n- Manually:\n\n  Download the [latest release](https://github.com/launchdarkly/ld-intellij/releases/latest) and install it manually\n  using\n  \u003ckbd\u003ePreferences\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## Setup\n\n- Generate a [LaunchDarkly Personal Access Token](https://docs.launchdarkly.com/home/account-security/api-access-tokens) with a writer role (if toggling flags). Example policy is below:\n\n```\n[\n  {\n    \"effect\": \"allow\",\n    \"actions\": [\"viewProject\"],\n    \"resources\": [\"proj/*\"]\n  },\n  {\n    \"effect\": \"allow\",\n    \"actions\": [\n      \"updateOn\",\n      \"updateFallthrough\",\n      \"updateOffVariation\"\n    ],\n    \"resources\": [\"proj/*:env/*:flag/*\"]\n  }\n]\n\n```\n\n- Under \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003eLaunchDarkly\u003c/kbd\u003e add the Access Token and then click \u003ckbd\u003eApply\u003c/kbd\u003e.\n  A list of projects and environments\n  will populate if the token has the correct permissions. The `Environment` list will automatically update based on the `Project` selected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fld-intellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchdarkly%2Fld-intellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fld-intellij/lists"}