Download from Visual Studio Marketplace
English | 中文
- 💬 Show documentation for Ant Design component and props
- ⚡️ Insert method handler automatically
- ✨ Easy to upgrade with Ant Design
- 🌐 Support Chinese and English documentation
- Currently used version of the Ant Design documentation is 3.26.4
@types/react
is required to be installed in the project
- Hover on component and get component documentation hint
- Jump to Ant Design documentation page via link
- Trigger
!
to auto insert handler with prefix#
(defaulthandle
, it's configurable) - Trigger
#
to insert handler after inquiry input - No add TypeScript type annotation for now
- class component insertion template is
this.handleMethod = () => {}
- functional component insertion template is
const handleMethod = useCallback(() => {})
See CONTRIBUTING
See #1
MIT