Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>net searchNew to Visual Studio Code? Get it now.
net search

net search

ajanuw

|
800 installs
| (0) | Free
net search
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

net search

vscode settings.json

  {
  "netSearch.urls": [
      {
        "label": "MDN",
        "url": "https://developer.mozilla.org/zh-CN/search?q=${q}"
      },
      {
        "label": "uniapp",
        "url": "https://www.google.com/search?q=uniapp ${q}"
      }
    ],
  }

publish

$ npm run vscode:prepublish
$ vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft