Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dev Doc HelperNew to Visual Studio Code? Get it now.
Dev Doc Helper

Dev Doc Helper

Lin-Front-End

|
8 installs
| (1) | Free
🥸文档浏览小助手🥸
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dev Doc Helper

Dev Doc Helper is a convenient VSCode extension for frontend developers, designed to improve development efficiency, particularly in internationalization (i18n) and component documentation access. It provides several features including i18n translation management, component documentation browsing, and component importing.

Features

  1. Browse common documentation sites in VSCode sidebar

    • UI component library documentation
    • Business component documentation
    • Toolkit library documentation
    • Iconfont documentation
  2. One-click component and icon import with automatic import statement handling

  3. Inline i18n translation hints and progress panel

  4. Quick React code snippet generation

    • Provides common React code snippets (function components, MobX components, custom Hooks, Tabs, ArrowScrollTabs, etc.)
    • Supports snippet prefixes (such as rfc, rmobx, rue, gtabs, gastabs, etc.) in .tsx/.jsx/.ts/.js files, press Tab to insert the template

Usage

  1. After installing the extension, the Dev Doc Helper icon will appear in the VSCode sidebar
  2. Click the icon to open the Dev Doc Helper interface in the sidebar
  3. Use the tabs at the top to switch between different documentation sites and the translation progress panel
  4. Browse component libraries and Iconfont documentation; click "Insert Component"/"Copy Component" to import components into your current file
  5. React code snippets: Type a snippet prefix (e.g., rfc, rmobx, gtabs, gastabs) in the editor, press Tab to trigger code snippet suggestions and insert the corresponding template

Supported React Code Snippets

Prefix Description
rfc React Function Component
rus React useState Hook
rue React useEffect Hook
ruc React useCallback Hook
rum React useMemo Hook
rur React useRef Hook
rmobx React MobX Component
rhook React Custom Hook
rswr SWR API Hook
gtooltip React Tooltip Component
gmodal Modal Component
gtabs Tabs Component
gastabs ArrowScrollTabs Component
qrmobx [Quant] React MobX Component
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft