Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Update-String-To-String-IdNew to Visual Studio Code? Get it now.
Update-String-To-String-Id

Update-String-To-String-Id

ljy

|
211 installs
| (0) | Free
zeroMaster's second extension project Update String To String ID
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Update String to String ID

2020_01_20

Made by ZeroMaster's Second Assist Tools


extensions

  extension.updateStringToStringId
  extension.checkStringIdFromString
  extension.checkStringIdToString

commands

  {
    title: Update String,
    command: extension.updateStringToStringId
  },
  {
    title: Check String,
    command: extension.checkStringIdFromString
  },
  {
    title: Check String Id,
    command: extension.checkStringIdToString
  }

configuration

  update-string-to-string-id: {
    destPath: {
      example: 'Users/document/awesomeProject/foo/bar',
      default: '..'
    },
    destFileName: {
      example: 'Strings.ko.json',
      default: 'Strings.ko.json'
    },
    isAccuratelySearch: {
      example: true/false,
      default: true
    },
    toStringCase: {
      example: 'toLowerCase',
      default: 'none',
      enum: [
        'toLowerCase',
        'toUpperCase',
        'none'
      ],
      *required: reload
    },
    reservedWords": {
      example: [
        {
          "source": "deft",
          "target": "default_title",
          "isAll": true
        }
      ],
      default: '',
    }
  }

release Note

v0.0.1

Initialize project

v0.0.2

Add UpdateStringToStringId

v0.0.3

Add command for using

v0.0.5

Add configuration for destPath, destFileName, isCopyFromCliboard

v0.0.7

Set validation about !editor || !selection || !wrong word

v0.1.0

Add CheckStringIdFromString

v0.1.1

Fix when destFile have comments, smear comments during use extension

v0.1.3

Add checkStringIdFromString then show stringId at vscode quickPick

v0.1.4

Add vscode showInformation message when can't search checkStringIdFromString's result in CheckStringIdFromString

v0.1.6

Rename UpdateStringToStringId from sort-string-to-json

v0.1.8

Do not save clipboard when check function to update

v0.2.0

If selectText is literal string and using ${value}, auto changing by configuration's set word [ MIH localize type ]

  • when use literal grammer check and use by new configuration

v0.2.1

Add toStringCase

  • toUpperCase
  • toLowerCase
  • none

v0.2.2

Add check the string with modal

v0.3.0

Now when you update string to string id you can reserved words at settings.json Then using when you using inputBox

v0.3.1

When you use reservedWords Now we support regEx grammer's all if you want, just add settings.json to isAll: true

v0.3.2

If you did mistake string id's last string is space Now we remove space string at last string Ex) prev : 'awe some project ' => 'awe_some_project_' now : 'awe some project ' => 'awe_some_project'

v0.3.3

Update CheckStringIdFromString if use literal string, and using ${someValue} Now we can update with format on check Update


Coming Soon

auto recommended string id according to new configuration

  • lastFilePath / fileName || className / symbolName / ...

Developer Note

How can I rename extension project!!!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft