Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>live_code_checkNew to Visual Studio Code? Get it now.
live_code_check

live_code_check

adix

| (0) | Free
c live code checker
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Check

A Visual Studio Code extension for checking C code against coding standards.

Code Check helps C developers identify coding-standard violations directly in VS Code, making it easier to write clean, consistent, and maintainable code.

Features

  • 🔍 Checks C source code for coding-standard violations
  • ⚠️ Reports issues directly in the VS Code editor
  • 💡 Helps identify and fix code-style problems
  • 🚀 Runs directly inside VS Code
  • 🧹 Encourages consistent and readable C code

Supported Language

Currently supported:

  • C (.c files)

Requirements

  • Visual Studio Code
  • A C source file or C project

No additional setup is required.

Extension Settings

Code Check does not currently require any additional configuration.

If configuration options are added in future releases, they will be documented here.

Usage

  1. Install Code Check from the VS Code Marketplace.
  2. Open a C project or .c file.
  3. Write or modify your C code.
  4. Code Check analyzes the code and reports coding-standard issues in the editor.

Known Issues

This extension is currently under development.

If you find a bug or a rule that is incorrectly reported, please open an issue in the project's repository.

When reporting an issue, include:

  • The C code that causes the problem
  • What you expected to happen
  • What actually happened
  • Any relevant error messages

Release Notes

1.0.0

Initial release.

  • Added C coding-standard checking
  • Added diagnostics for coding-standard violations
  • Integrated checks directly into VS Code

Contributing

Contributions, suggestions, and bug reports are welcome.

If you would like to add new coding-standard rules or improve existing checks, feel free to contribute to the project.

License

See the LICENSE file for license information.


Code Check — Keep your C code clean and consistent.

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