QuickGUID README
This extension for Visual Studio Code. It's is generate a GUID string to your active editor or clipboard.
Usage
You can press Ctrl+Shift+I (windows and linux) or Cmd+Shift+I (macOS) to generate a GUID string.
See your settings.json about Quick GUID node, this extension setting is:
quickguid.insert2Editor : if this value is true, the GUID string will insert to your current active editor.
quickguid.uppcase : if this value is true, the GUID like this: 52FF5AF3-E57C-4261-85EB-14785F3E3900 .
quickguid.braces : if this value is true, the GUID like this: {52FF5AF3-E57C-4261-85EB-14785F3E3900} .
quickguid.quotes : if this value is true, the GUID like this: "52FF5AF3-E57C-4261-85EB-14785F3E3900" .
Thanks
Thank your for atian25
| |