React Code ActionsA set of code actions that help you write code faster. Write JSX without worrying if the component you are using exists. If it doesn't, you can place the cursor on top of the component name, press The new component will contain placeholder code. If necessary, the component will also be imported to the current file. This allows you to write working code the way you intended to write it. How it worksConsider this code:
The developer has the cursor in the name of the component they want to create, or if the component name is partially or fully selected (and nothing else). Code actions will be available if:
The following code actions will be available:
|