Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>clang create extern fileNew to Visual Studio Code? Get it now.
clang create extern file

clang create extern file

noname

|
170 installs
| (0) | Free
clang create extern file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

extern README

This is the README for extension "clang-create-extern-file".

Features

This extension allows you to automatically add extern to lines in a .h file based on predefined regular expressions.

For example, given the following C declarations:

unsigned int var1;
struct myStruct {
    int field1;
};

After running the extension's command:

extern unsigned int var1;
extern struct myStruct {
    int field1;
};

Usage

Please use "clang-create-extern-file" by command or keys.

clangCreateExternFile.start : ctrl+alt+e

Requirements

This extension has no additional requirements or dependencies.

Extension Settings

This extension contributes the following settings:

  • extern.encode: Encoding for file output. Only supports "shift_jis" or "utf-8".

Known Issues

None currently known.

Release Notes

1.0.0

Initial release of the "clang-create-extern-file" extension.

  • Automatic addition of extern keyword based on predefined regular expressions.
  • Support for encoding selection (shift_jis or utf-8).

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft