All of the above might be related to one problem, I installed Windows 11 from Windows 10 and I open VS Code and I am not able to enable tag parser
settings.json file below:
{
"files.associations": {
"systemconfig.h": "c"
},
"editor.definitionLinkOpensInPeek": false,
"workbench.colorTheme": "Default Dark+",
"workbench.preferredDarkColorTheme": "Default Dark+",
"extensions.closeExtensionDetailsOnViewChange": true,
"C_Cpp.autocompleteAddParentheses": true,
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": false,
"C_Cpp.intelliSenseEngine": "default",
"C_Cpp.intelliSenseEngineFallback": "enabled",
"C_Cpp.workspaceSymbols": "All",
"editor.multiCursorModifier": "ctrlCmd"
}
I was expecting to have tag parsers. I uninstalled and re-installed extensions and vscode, it didn’t help
New contributor
Abhinav Vyas Kuchibhotla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3