|
9 | 9 | - Visual emoji markers next to React components (customizable) |
10 | 10 | - Hover tooltips with optimization details and error messages |
11 | 11 | - Preview compiled output to see what the React Compiler generates |
12 | | -- Generate JSON reports for a full-project compilation snapshot |
| 12 | +- Generate reports for a full-project compilation snapshot |
13 | 13 | - Commands to activate/deactivate markers or check individual files |
14 | 14 | - Configurable babel plugin path for custom setups |
15 | 15 |
|
@@ -50,7 +50,7 @@ Each client has its own version and release cycle. See individual READMEs for cl |
50 | 50 | 1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=blazejkustra.react-compiler-marker) or search "React Compiler Marker" in Extensions |
51 | 51 | 3. Open a React component file - markers appear automatically |
52 | 52 |
|
53 | | -### WebStorm / IntelliJ IDEA (beta) |
| 53 | +### WebStorm / IntelliJ IDEA |
54 | 54 |
|
55 | 55 | 1. Build the plugin: `cd packages/intellij-client && ./gradlew buildPlugin` |
56 | 56 | 2. Install from disk: Settings > Plugins > Install Plugin from Disk |
@@ -81,29 +81,12 @@ See the [Neovim Client README](packages/nvim-client/README.md) for configuration |
81 | 81 |
|
82 | 82 | See the [Zed Client README](packages/zed-client/README.md) for installation and configuration options. |
83 | 83 |
|
84 | | -## Configuration |
85 | | - |
86 | | -All clients support these settings: |
87 | | - |
88 | | -| Setting | Default | Description | |
89 | | -|---------|---------|-------------| |
90 | | -| Success Emoji | `✨` | Marker for optimized components | |
91 | | -| Error Emoji | `🚫` | Marker for failed components | |
92 | | -| Babel Plugin Path | `node_modules/babel-plugin-react-compiler` | Path to the compiler plugin | |
93 | | - |
94 | | -## Commands |
95 | | - |
96 | | -- **Activate Extension** - Enable markers |
97 | | -- **Deactivate Extension** - Disable markers |
98 | | -- **Check Current File** - Refresh markers in the active file |
99 | | -- **Preview Compiled Output** - View the compiled code |
100 | | -- **Generate Report** - Save a JSON report for the current workspace |
101 | | - |
102 | 84 | ## Links |
103 | 85 |
|
104 | 86 | - [GitHub Repository](https://github.com/blazejkustra/react-compiler-marker) |
105 | 87 | - [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=blazejkustra.react-compiler-marker) |
106 | 88 | - [Open VSX Registry](https://open-vsx.org/extension/blazejkustra/react-compiler-marker) |
| 89 | +- [Jetbrains Marketplace](https://plugins.jetbrains.com/plugin/29540-react-compiler-marker) |
107 | 90 | - [React Compiler Documentation](https://react.dev/learn/react-compiler) |
108 | 91 |
|
109 | 92 | ## Contributing |
|
0 commit comments