Skip to content

Official repository for filing issues against and getting support for the Microsoft C/C++ extension for VS Code

License

Notifications You must be signed in to change notification settings

fuulish/vscode-cpptools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ for Visual Studio Code

This preview release of the extension adds language support for C/C++ to Visual Studio Code including:

  • Language service
    • Code Formatting (clang-format)
    • Auto-Completion
    • Symbol Searching
    • Go to Definition/Declaration
    • Peek Definition/Declaration
    • Class/Method Navigation
    • Signature Help
    • Quick Info (Hover)
    • Error Squiggles
  • Debugging
    • Support for debugging Windows (PDB, MinGW/Cygwin), Linux and macOS applications
    • Line by line code stepping
    • Breakpoints (including conditional and function breakpoints)
    • Variable inspection
    • Multi-threaded debugging support
    • Core dump debugging support
    • Executing GDB or MI commands directly when using 'C++ (GDB/LLDB)' debugging environment
    • For help configuring the debugger see Configuring launch.json for C/C++ debugging on our GitHub page.

You can find more detailed information about C/C++ support for Visual Studio Code at our GitHub page and our VS Code documentation page.

Contact Us

If you run into any issues or have suggestions for us, please file issues and suggestions on GitHub. If you haven’t already provided us feedback, please take this quick survey to help shape this extension for your needs.

About

Official repository for filing issues against and getting support for the Microsoft C/C++ extension for VS Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.7%
  • HTML 1.9%
  • JavaScript 1.4%