Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>guidNew to Visual Studio Code? Get it now.
guid

guid

Borodenko Alexey

|
16,106 installs
| (3) | Free
A command that creates a new guid.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

guid

Create guid is an extension for Visual Studio Code using multi cursor functionality. Can be executed via keyboard shortcut Ctrl+Shift+[ or via F1 -> Generate guid.

Generate guid

About

This extension uses the node-uuid package to generate GUIDs.

The source code for this extension can be found at: https://github.com/TerraVenil/guid

Releasing

Releasing this repository is done by changing the version inside package.json. As a result of the change, a GitHub Actions workflow will create a new tag and publish to the VSCode Extension market place.

To make the publish succeed, GitHub Actions needs the personal access token configured within Settings > Secrets and variables > Actions.

The variable is called VS_MARKETPLACE_TOKEN

Composite Actions used:

  • Publish VS Code Extension - https://github.com/marketplace/actions/publish-vs-code-extension
  • Tag on NPM Package Version Change - https://github.com/marketplace/actions/tag-on-npm-package-version-change
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft