You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"c_cpp.codeActions.refactor.inline.macro.description": "Replace the macro invocation with the expanded code.",
1000
+
"c_cpp.codeActions.refactor.extract.function.title": "Extract to function",
1001
+
"c_cpp.codeActions.refactor.extract.function.description": "Extract the selected code to a free or member function.",
1000
1002
"c_cpp.configuration.refactoring.includeHeader.markdownDescription": "Controls whether to include the header file of a refactored function/symbol to its corresponding source file when doing a refactoring action, such as create declaration/definition.",
1001
1003
"c_cpp.configuration.refactoring.includeHeader.always.description": "Always include the header file if it is not included explicitly in its source file.",
1002
1004
"c_cpp.configuration.refactoring.includeHeader.ifNeeded.description": "Only include the header file if it is not included explicitly in its source file or through implicit inclusion.",
0 commit comments