microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.52k stars 1.55k forks source link

Snippet strings are not localized #4482

Open sean-mcmanus opened 5 years ago

sean-mcmanus commented 5 years ago

Change the display language, and then invoke autocomplete. The various strings shown in completion/snippet results from the engine are not translated.

michelleangela commented 4 years ago

Is this a duplicate of https://github.com/microsoft/vscode-cpptools/issues/5370?

sean-mcmanus commented 4 years ago

The autocomplete part was a duplicate, but the snippet part is not.

The snippets code needs a re-architecting though, to enable user-modification via sending the snippets from a TypeScript or a custom snippets json file, so I'm not sure if it's worth the effort to localize.

But the detail text "Code snippet for" could be easily localized.