Download from Visual Studio Marketplace
If this extension is helpful to you, please vote โญ๏ธโญ๏ธโญ๏ธโญ๏ธโญ๏ธ at Marketplace ๐.
English | ไธญๆ
- ๐ฌ Show official documentation for Ant Design component and props
- โก๏ธ Insert component method handler automatically
- ๐ Support multiple version documentations (3.x / 4.x)
- ๐ Support Chinese and English documentation
- Currently used version of the Ant Design 3.x documentation is 3.26.20 (latest at 2021/06/05), 4.x uses 4.16.1 (latest at 2021/06/05)
@types/react
is required to be installed in userland project
Extension support both v3 and v4 documentation, v3 by default (it will changed to v4 in the future). You can change the default version and set version of each workspace.
- โ + , (macOS), Ctrl + , (Windows)
- Input
Antd Rush: Default Antd Major Version
- Select default version
- โ + shift + P (macOS), Ctrl + shift + P (Windows)
- Input
antdrush: set antd version of current workspace
- Select version of current workspace
- Hover on component to get component description hint
- Provide Ant Design documentation page link of component
- Hover on component props to get props description hint
- Trigger
!
to auto insert handler with default prefix (default prefix ishandle
, it's configurable) - Trigger
~
to insert handler after handler name inquiry - TypeScript type annotation will not be added for now
- class component insertion template is
this.handleMethod = () => {}
- functional component insertion template is
const handleMethod = useCallback(() => {})
See CONTRIBUTING
See #1
MIT