Antd-docs
is a VSCode plugin that allows you to view the documentation of the ant-design
component library within VSCode.
English | 中文
- 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.
- 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.
- 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.