Display documentation when hovering over a component.
Jump from VSCode to the documentation webpage of a specific component.
Support for switching documentation versions and languages.
Usage
The plugin takes effect immediately after installation, defaulting to displaying the documentation of antd5.
Change language: You can select the language of the documentation in VSCode Settings --> Extensions --> Antd Docs --> Language, and the change takes effect immediately.
Change version: You can select the version of the documentation in VSCode Settings --> Extensions --> Antd Docs --> docVersion, and the change takes effect immediately.
Changes from plugin version 1.x to 2.0.0
Out-of-the-box functionality, no longer requiring a github token.
Version 2.x only previews the latest documentation for antd v4 or v5, while version 1.x could preview documentation for a specific version.
No need to restart VSCode after modifying plugin configurations.