String Autocomplete from JSONCode completion in strings based on a JSON, with simple configuration and no import of the JSON required. The primary use case for this extension is localization JSON files like in ngx-translate but it can be used in other scenarios. FeaturesCode completionJSON key suggestions inside a string Go to definitionPress F12 or Ctrl+Click on a key inside a string to jump to the JSON file with its definition Find referencesPress Shift+F12 on a key in a JSON file to find all files containing strings with that key Rename symbolPress F2 to rename a key everywhere (from the JSON source or from a reference) Extension SettingsThis extension contributes the following settings in .vscode/settings.json:
For example:
|