cppIncludeGuard
cppIncludeGuard copied to clipboard
Visual Studio Code extension to insert C/C++ include guard macros.
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.6.0 to 7.7.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.7.1 7.7.1 (2024-04-22) 🩹 Fixes eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800) eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's...
From https://github.com/eclipse/openvsx : > Open VSX is a [vendor-neutral](https://projects.eclipse.org/projects/ecd.openvsx) open-source alternative to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode). It provides a server application that manages [VS Code extensions](https://code.visualstudio.com/api) in a database, a...
Please add the option to mix and match guard components. For example: `{filename}_{extension}_{uuid}`
I'm trying to setup my guards like this for "/Folder1/Folder2/File-Name With Spaces.h" "ProjectName__Folder1__Folder2__File_Name_With_Spaces_h__" As close as I have gotten so far. "ProjectName__FOLDER1_FOLDER2_FILE_NAME_WITH_SPACES_H__" I can get ProjectName with a prefix. I...
Auto updating include guards when renaming a header does not work for me. My settings, which deviate from default: Include Guard: Macro Type → Filename Remove Extension → disabled If...
When the setting "Auto Update Include Guard" is enabled, and I try to rename a C++ variable using the [C/C++ tools](https://github.com/Microsoft/vscode-cpptools) extension, and if: - the rename touches several files...
My project has a file named `etime.h`. When the 'Macro Type' is set to 'Filename', this file is never included, because the auto-generated include guard is named `ETIME`. The following...
How can I disable insertion or automatic update of include guards for a project? And, on the other hand, if for a project I need to have it active in...
I can see some gifs that open some searchable lists with entries like "Insert or update C++ include guard". But there's no explanation how to open this list.
Hi, When it comes to automatically update the include guard I only see those two settings: - C/C++ Include Guard: Auto Include Guard Insertion For New File (automatically insert the...