Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Keil Configuration WizardNew to Visual Studio Code? Get it now.
Keil Configuration Wizard

Keil Configuration Wizard

voltcat

|
2 installs
| (0) | Free
Edit Keil Configuration Wizard parameters in C/C++ source files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Keil Configuration Wizard

English | 简体中文

Edit Keil µVision Configuration Wizard options directly in Visual Studio Code. The extension reads the annotations already stored in your C/C++ files, so you do not need a separate configuration file.

What You Can Do

  • Open supported files from the Explorer or editor context menu.
  • Edit boolean, numeric, and list options in a visual panel.
  • Search configuration items and expand or collapse groups.
  • Preview changed values before applying them.
  • Jump from an option to its #define in the source file.
  • Keep the panel synchronized when the source file changes.

Getting Started

  1. Open a .c, .cpp, .h, or .hpp file containing a Keil Configuration Wizard section.
  2. Right-click the file in Explorer, or right-click inside the editor.
  3. Select Open in Keil Configuration Wizard.
  4. Change the required options in the Keil Wizard panel.
  5. Select Apply to save the values back to the source file.

Use Reset to discard changes that have not been applied. Select a macro name to open its location in the source file.

Supported Options

The extension recognizes these common annotations:

  • <h> for a configuration group
  • <o> for a numeric or list option
  • <q> for an on/off option
  • <i> for a description
  • Numeric ranges and step values
  • Enumeration choices
  • Basic #if, #ifdef, #ifndef, #elif, and #else conditions

Only the value of the matching #define is changed. Comments and unrelated source code are preserved. Complex expressions and symbolic values that cannot be edited safely are shown as read-only.

Display Language

The extension follows the VS Code display language. English is used by default. To use Simplified Chinese, install the Chinese (Simplified) Language Pack for Visual Studio Code, set the display language to zh-cn, and restart VS Code.

Current Limitations

  • Complex preprocessor expressions are handled conservatively.
  • Complex macro expressions and symbolic macro values may be read-only.

License

MIT


简体中文

English | 简体中文

直接在 Visual Studio Code 中编辑 Keil µVision Configuration Wizard 配置。插件读取 C/C++ 文件中已有的配置注释,不需要创建额外的配置文件。

可以做什么

  • 从资源管理器或编辑器右键菜单打开支持的文件。
  • 在图形化面板中编辑开关、数值和列表选项。
  • 搜索配置项,展开或折叠配置组。
  • 应用前预览修改后的值。
  • 单击配置项中的宏名称,跳转到对应的 #define。
  • 源文件发生变化时自动同步面板。

开始使用

  1. 打开包含 Keil Configuration Wizard 配置段的 .c、.cpp、.h 或 .hpp 文件。
  2. 在资源管理器中右键单击文件,或者在编辑器中右键单击。
  3. 选择 在 Keil 配置向导中打开。
  4. 在 Keil 配置向导面板中修改需要的选项。
  5. 单击 应用,将新值保存回源文件。

单击 重置 可以放弃尚未应用的修改。单击宏名称可以在编辑器中打开对应位置。

支持的配置

插件可以识别以下常用注释和条件:

  • <h>:配置组
  • <o>:数值或列表选项
  • <q>:开关选项
  • <i>:说明文字
  • 数值范围和步长
  • 枚举选项
  • 基本的 #if、#ifdef、#ifndef、#elif 和 #else 条件

应用配置时,只会修改对应 #define 的值,注释和无关源代码会保持不变。无法安全编辑的复杂表达式和符号值会显示为只读。

显示语言

插件会跟随 VS Code 的显示语言。默认使用英文。如需简体中文,请安装 Chinese (Simplified) Language Pack for Visual Studio Code,将显示语言设置为 zh-cn,然后重启 VS Code。

当前限制

  • 复杂的预处理表达式会采用保守方式处理。
  • 复杂宏表达式和符号宏值可能显示为只读。

许可证

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft