Find Missing KeysIt finds missing keys inside a file by comparing a reference file. GuideCompare two filesJust set reference and compare path on settings. Compare two foldersChange compare mode to "files-with-the-same-name-in-two-folders", set reference and compare folder path on settings. Using YAMLCheck file format to yaml. Update yaml format to needed format, and if exist update other variables that format needs. Working across workspacesUncheck use workspace relative path, give full path. OptionsReference PathThis is file or folder that has all of wanted keys to compare. After compare this file or files in this folder will be marked for missing translations. Default: src/assets/i18n/en.json\ Compare PathThis is file or folder to compare with reference keys. File or files in this folder are not marked, changes will effect marking on the reference file/folder. Default: src/assets/i18n/en.json\ Compare ModeDepending situation handling of files change, there is compare mode option for this.\ Default: two-files\ two-filesIt compares two given files files-with-the-same-name-in-two-foldersIt collects all files on given folders, match same named files and compare their keys. It do not mark the files that is exist on reference folder but missing on the compare folder. Is EnabledThere is a setting option to enable/disable highlighting. You can set it from settings "Is Enabled". Or you can use "Find Missing Keys: Toggle highlight" command.\ Default: true\ Use Path Relative To WorkspaceFor paths as default you give it relative to workspace folder but when you want to compare between workspaces you can make this option false and give full file path.\ Default: true\ File TypeJSON and YAML is supported. JSON support is straight forward it checks all keys in json file. Default: json\ YAML FormatYAML files structure can vary, so there is option to parse. get-values-of-special-keyThis option gets a special key and gets values of that key as translation keys.\ Example:
When special key is "key", it gets "resources.first_steps" as translation key. YAML Special KeyThe special key for "get-values-of-special-key" yaml format. Default: key\ |