Learn React JS inside VS Code while building your react projects with quick access to https://www.react.dev documentation. Browse the docs quickly inside VS Code webviews
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
The React Dev Docs extension for Visual Studio Code allows you to quickly access the React documentation from within the editor. With this extension, you can view the usage and learn more about React hooks,Components and API without leaving VS Code.
To install the React Dev Docs extension, follow these steps:
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window, or by pressing Ctrl+Shift+X on Windows/Linux or Cmd+Shift+X on Mac.
Search for "React Dev Docs" in the search bar.
Click the Install button next to the extension.
Wait for the installation to complete, then click the Reload button to activate the extension.
Usage
To use the React Dev Docs extension, simply hover over any React component, hook, or API in your code. The extension will show a tooltip with the relevant documentation. You can also click on the tooltip to open the documentation in your browser.
Contribution
If you find a bug or have a feature request, please open an issue on the GitHub repository. Contributions are welcome!