|
114 | 114 | "c_cpp.configuration.vcFormat.wrap.preserveBlocks.allOneLineScopes.description":"Jeglicher Code, in dem die öffnende und schließende geschweifte Klammer in einer Zeile eingegeben wird, wird unabhängig von den Einstellungen für neue Zeilen im VC-Format in einer Zeile beibehalten.", |
115 | 115 | "c_cpp.configuration.vcFormat.wrap.preserveBlocks.never.description":"Codeblöcke werden immer basierend auf den Einstellungen für neue Zeilen im VC-Format formatiert.", |
116 | 116 | "c_cpp.configuration.clang_format_path.description":"Der vollständige Pfad der ausführbaren clang-format-Datei. Wenn dieser nicht angegeben wird und clang-format im Umgebungspfad verfügbar ist, wird die Datei im Umgebungspfad verwendet. Ist sie nicht im Umgebungspfad verfügbar, wird eine im Erweiterungspaket enthaltene Kopie von clang-format verwendet.", |
117 | | -"c_cpp.configuration.clang_format_style.description":"Coding style, currently supports: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit.Use\"file\" to load the style from a.clang-format file in the current or parent directory. Use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\"style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }", |
118 | | -"c_cpp.configuration.clang_format_fallbackStyle.description":"Nameof the predefined style used as a fallback in case clang-format is invoked with style\"file\"but the.clang-format file is not found. Possible values areVisual Studio,LLVM,Google,Chromium,Mozilla,WebKit,none, or use{key: value, ...} to set specific parameters. For example, the\"Visual Studio\"style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }", |
| 117 | +"c_cpp.configuration.clang_format_style.description":"Formatvorlage für Code. Unterstützt derzeit Folgendes: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit.Verwenden Sie\"file\", um die Formatvorlage aus einer.clang-format-Datei im aktuellen oder übergeordneten Verzeichnis zu laden. Verwenden Sie {Schlüssel: Wert, ...}, um bestimmte Parameter festzulegen. Die Formatvorlage\"Visual Studio\"etwa sieht folgendermaßen aus: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }", |
| 118 | +"c_cpp.configuration.clang_format_fallbackStyle.description":"Namedes vordefinierten Stils, der als Fallback verwendet wird, falls das clang-Format mit der Formatvorlage\"file\"aufgerufen wird, aber die.clang-format-Datei nicht gefunden wird. Mögliche Werte sind\"Visual Studio\",\"LLVM\",\"Google\",\"Chromium\",\"Mozilla\",\"WebKit\" oder\"none\", oder verwenden Sie{key: value, ...}, um bestimmte Parameter festzulegen. Die Formatvorlage\"Visual Studio\"z. B. sieht etwa folgendermaßen aus: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }", |
119 | 119 | "c_cpp.configuration.clang_format_sortIncludes.description":"Wenn diese Option festgelegt ist, wird das durch den SortIncludes-Parameter festgelegte Sortierverhalten für Includes überschrieben.", |
120 | 120 | "c_cpp.configuration.intelliSenseEngine.description":"Hiermit wird der IntelliSense-Anbieter gesteuert.\"Tagparser\" erzielt\"unscharfe\" Ergebnisse, die nicht kontextbezogen sind.\"Standard\" erzielt kontextabhängige Ergebnisse.\"Deaktiviert\" deaktiviert C/C++-Sprachdienstfeatures.", |
121 | 121 | "c_cpp.configuration.intelliSenseEngineFallback.description":"Hiermit wird gesteuert, ob die IntelliSense-Engine bei Übersetzungseinheiten, die #include-Fehler enthalten, automatisch zum Tagparser wechselt.", |
|