{"id":22357121,"url":"https://github.com/blazejkustra/react-compiler-marker","last_synced_at":"2026-05-03T11:10:38.559Z","repository":{"id":264523958,"uuid":"893579061","full_name":"blazejkustra/react-compiler-marker","owner":"blazejkustra","description":"Universal IDE extension that shows which React components are optimized by the React Compiler ✨","archived":false,"fork":false,"pushed_at":"2026-03-15T11:18:46.000Z","size":4533,"stargazers_count":401,"open_issues_count":2,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-15T12:21:15.463Z","etag":null,"topics":["cursor","intellij-plugin","lsp","lsp-server","react","react-compiler","vscode-extension","webstorm-plugin","windsurf"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=blazejkustra.react-compiler-marker","language":"TypeScript","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/blazejkustra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-24T19:52:57.000Z","updated_at":"2026-03-15T11:18:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"513bb211-da42-4855-bd9a-f33cd3ac6b56","html_url":"https://github.com/blazejkustra/react-compiler-marker","commit_stats":null,"previous_names":["blazejkustra/react-compiler-marker"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/blazejkustra/react-compiler-marker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazejkustra%2Freact-compiler-marker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazejkustra%2Freact-compiler-marker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazejkustra%2Freact-compiler-marker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazejkustra%2Freact-compiler-marker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blazejkustra","download_url":"https://codeload.github.com/blazejkustra/react-compiler-marker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazejkustra%2Freact-compiler-marker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["cursor","intellij-plugin","lsp","lsp-server","react","react-compiler","vscode-extension","webstorm-plugin","windsurf"],"created_at":"2024-12-04T14:13:15.906Z","updated_at":"2026-05-03T11:10:38.552Z","avatar_url":"https://github.com/blazejkustra.png","language":"TypeScript","funding_links":[],"categories":["Editor extensions"],"sub_categories":[],"readme":"# React Compiler Marker\n\n**Universal IDE extension that shows which React components are optimized by the [React Compiler](https://react.dev/learn/react-compiler)**. See at a glance which components get automatically memoized ✨ and which ones have issues preventing optimization 🚫\n\n![Showcase](images/showcase.png)\n\n## Features\n\n- Visual emoji markers next to React components (customizable)\n- Hover tooltips with optimization details and error messages\n- Preview compiled output to see what the React Compiler generates\n- Generate reports for a full-project compilation snapshot\n- Commands to activate/deactivate markers or check individual files\n- Configurable babel plugin path for custom setups\n\n## Supported IDEs\n\n| IDE  | Installation |\n|------|--------------|\n| VS Code / Cursor / Antigravity | [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=blazejkustra.react-compiler-marker) \\| [Open VSX](https://open-vsx.org/extension/blazejkustra/react-compiler-marker) |\n| WebStorm / IntelliJ IDEA | [IntelliJ marketplace](https://plugins.jetbrains.com/plugin/29540-react-compiler-marker) |\n| Neovim | [Setup instructions](packages/nvim-client/README.md) |\n| Zed (alpha) | [Setup instructions](packages/zed-client/README.md) |\n\n## Project Structure\n\nThis is a monorepo containing:\n\n```\npackages/\n  cli/              # CLI for generating reports\n  server/           # LSP server (shared by all clients)\n  vscode-client/    # VS Code extension\n  intellij-client/  # WebStorm/IntelliJ plugin\n  nvim-client/      # Neovim plugin\n  zed-client/       # Zed extension\n```\n\nEach client has its own version and release cycle. See individual READMEs for client-specific documentation:\n\n- [CLI](packages/cli/README.md)\n- [VS Code Client](packages/vscode-client/README.md)\n- [IntelliJ Client](packages/intellij-client/README.md)\n- [Neovim Client](packages/nvim-client/README.md)\n- [Zed Client](packages/zed-client/README.md)\n- [LSP Server](packages/server/README.md)\n\n## Quick Start\n\n### CLI\n\n```bash\nnpx react-compiler-marker\n```\n\nGenerate a full-project report from the command line. Supports text, HTML, and JSON output formats.\n\n```bash\n# Text summary (default)\nnpx react-compiler-marker .\n\n# Interactive HTML report\nnpx react-compiler-marker --format html .\n\n# JSON for CI pipelines\nnpx react-compiler-marker --format json . \u003e report.json\n```\n\nSee the [CLI README](packages/cli/README.md) for all options.\n\n### VS Code / Cursor / Antigravity\n\n1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=blazejkustra.react-compiler-marker) or search \"React Compiler Marker\" in Extensions\n3. Open a React component file - markers appear automatically\n\n### WebStorm / IntelliJ IDEA\n\n1. Build the plugin: `cd packages/intellij-client \u0026\u0026 ./gradlew buildPlugin`\n2. Install from disk: Settings \u003e Plugins \u003e Install Plugin from Disk\n3. Select `build/distributions/react-compiler-marker-*.zip`\n\n### Neovim\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\n{\n  'blazejkustra/react-compiler-marker',\n  ft = { 'javascript', 'javascriptreact', 'typescript', 'typescriptreact' },\n  build = './scripts/build-nvim.sh',\n  opts = {},\n}\n```\n\nOpen a React component file - markers appear automatically.\n\n**Requirements:** Neovim 0.9+ (0.10+ recommended for native inlay hints), Node.js, `babel-plugin-react-compiler` in your project.\n\nSee the [Neovim Client README](packages/nvim-client/README.md) for configuration options and other package managers.\n\n### Zed\n\n\u003e **Note:** The Zed extension is not yet available in the Zed extension registry. For now, you need to download and install it manually.\n\nSee the [Zed Client README](packages/zed-client/README.md) for installation and configuration options.\n\n## Links\n\n- [GitHub Repository](https://github.com/blazejkustra/react-compiler-marker)\n- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=blazejkustra.react-compiler-marker)\n- [Open VSX Registry](https://open-vsx.org/extension/blazejkustra/react-compiler-marker)\n- [Jetbrains Marketplace](https://plugins.jetbrains.com/plugin/29540-react-compiler-marker)\n- [React Compiler Documentation](https://react.dev/learn/react-compiler)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazejkustra%2Freact-compiler-marker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblazejkustra%2Freact-compiler-marker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazejkustra%2Freact-compiler-marker/lists"}