Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick RequireNew to Visual Studio Code? Get it now.
Quick Require

Quick Require

milkmidi

|
14,809 installs
| (8) | Free
quick require(import) file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vs-code-quick-require README

Features

install and work

quick require js

Usage

Available commands

  • Quick Require
  • default shortcut Ctrl+Shift+1 --> require
  • default shortcut Ctrl+Shift+2 --> import

Enjoy!

Change Log

  • 3.1.0
    • bug fixed
    • support flowjs export key word
    • new settings
      • ingorePackageJSONDependencies default false
      • aliasPath default ''
      import MyModule from '../../../components/MyModule';
      // translate to aliasPath
      import MyModule from '@/components/MyModule';
      
  • 0.3.0 Support loading package.json, Thanks Giancarlo Anemone https://github.com/ganemone
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft