{"id":22543315,"url":"https://github.com/tmr232/jb-function-graph-overview","last_synced_at":"2026-02-22T07:12:09.053Z","repository":{"id":263137990,"uuid":"871721558","full_name":"tmr232/jb-function-graph-overview","owner":"tmr232","description":"Control-Flow Graph (CFG) Visualizer for JetBrains IDEs","archived":false,"fork":false,"pushed_at":"2025-01-17T09:51:09.000Z","size":3759,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T01:53:31.362Z","etag":null,"topics":["clion-plugin","control-flow-graph","goland-plugin","jetbrains-plugin","pycharm-plugin","visualization"],"latest_commit_sha":null,"homepage":"https://tmr232.github.io/function-graph-overview/","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/tmr232.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-10-12T18:50:06.000Z","updated_at":"2025-01-12T18:27:07.000Z","dependencies_parsed_at":"2024-11-16T13:35:02.613Z","dependency_job_id":"bd60b6d6-982f-4898-965b-c840476cfc80","html_url":"https://github.com/tmr232/jb-function-graph-overview","commit_stats":null,"previous_names":["tmr232/jb-function-graph-overview"],"tags_count":0,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmr232%2Fjb-function-graph-overview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmr232%2Fjb-function-graph-overview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmr232%2Fjb-function-graph-overview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmr232%2Fjb-function-graph-overview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmr232","download_url":"https://codeload.github.com/tmr232/jb-function-graph-overview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236772478,"owners_count":19202281,"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":["clion-plugin","control-flow-graph","goland-plugin","jetbrains-plugin","pycharm-plugin","visualization"],"created_at":"2024-12-07T13:17:01.114Z","updated_at":"2026-02-22T07:12:09.048Z","avatar_url":"https://github.com/tmr232.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Function Graph Overview (for JetBrains IDEs)\n\n![Build](https://github.com/tmr232/jb-function-graph-overview/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/25676.svg)](https://plugins.jetbrains.com/plugin/25676)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/25676.svg)](https://plugins.jetbrains.com/plugin/25676)\n\n\u003c!--\n## Template ToDo list\n- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).\n- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).\n--\u003e\n\n\u003c!-- Plugin description --\u003e\nSee live control-flow-graphs of your code!\n\nThis plugin adds a CFG ([Control-Flow-Graph](https://en.wikipedia.org/wiki/Control-flow_graph))\nview for the current function.\n\nBefore installing, you can also try an [interactive demo](https://tmr232.github.io/function-graph-overview/).\n\nThe plugin currently supports Python, C, C++, C#, Java, Go, TypeScript \u0026 TSX, JavaScript \u0026 JSX.\n\n\u003c!-- Plugin description end --\u003e\n\n| ![A docked CFG view](/media/screenshot-docked.png) | ![An undocked CFG view](/media/screenshot-undocked.png) |\n|----------------------------------------------------|---------------------------------------------------------|\n\nThis is a port of the [Function-Graph-Overview](https://github.com/tmr232/function-graph-overview/) to JetBrains IDEs.\n\n## Installation\n\n- Using the 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 \"Function Graph\n  Overview\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n\n- Using JetBrains Marketplace:\n\n  Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/25676) and install it by clicking the \u003ckbd\u003eInstall\n  to ...\u003c/kbd\u003e button in case your IDE is running.\n\n  You can also download the [latest release](https://plugins.jetbrains.com/plugin/25676/versions) from JetBrains\n  Marketplace 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## Getting Started\n\nIf the graph window doesn't shop up immediately after installation, then:\n\n1. Go to the main menu and click `View -\u003e Tool Windows -\u003e Function Graph Overview`.\n2. Or open the Search Everywhere popup (double-click \u003ckbd\u003eShift\u003c/kbd\u003e, or click the 🔍 icon at the top-right of the IDE\n   window) and search for `Function Graph Overview`.\n\n## Settings\n\n### Color Scheme\n\nTo change the color scheme of the CFG, open the settings and go to `Tools -\u003e Function Graph Overview`.\n\nIn the `Color scheme` field, you can choose between built-in color schemes, or make your own.\n\nFor a builtin scheme, use enter `light` or a color scheme matching the IDE's light theme,\nor `dark` for a scheme matching the dark theme.\n\nFor a custom scheme:\n\n1. Open the [interactive demo](https://tmr232.github.io/function-graph-overview/)\n2. Enable the `Color Picker` above the graph\n3. Select the colors you want for your color scheme  \n   ![Color Picker](media/settings/color-picker.png)\n4. Press the Copy button to copy the color scheme into the clipboard\n5. Paste the config into the `Color scheme` field in the settings  \n   ![Settings](media/settings/color-scheme-field.png)\n\n### Flat Switch\n\nUse the `Flat switch` setting to change between two rendering modes for switch-like statements:\n\n| Flat Switch Enabled                       | Flat Switch Disabled                       |\n|-------------------------------------------|--------------------------------------------|\n| ![](media/settings/flatSwitchEnabled.png) | ![](media/settings/flatSwitchDisabled.png) |\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%2Ftmr232%2Fjb-function-graph-overview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmr232%2Fjb-function-graph-overview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmr232%2Fjb-function-graph-overview/lists"}