pentest-distro-builder/filesystem/etc/skel/.vscode/extensions/ms-vscode.cpptools-0.18.1
2018-10-18 13:47:28 -06:00
..
bin Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
debugAdapters Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
LLVM/bin Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
node_modules Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
out/src Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
.gitattributes Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
.vsixmanifest Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
c_cpp_properties.schema.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
CHANGELOG.md Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
cpp.hint Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
cpp_snippets.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
cppdbg.ad7Engine.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
cpptools.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
gulpfile.js Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
install.lock Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
LanguageCCPP_color_128x.png Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
LICENSE.txt Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
package-lock.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
package.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
README.md Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
ReleaseNotes.html Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
ThirdPartyNotices.Mono.txt Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
ThirdPartyNotices.txt Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
tslint.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00

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 (experimental)
    • 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 havent already provided us feedback, please take this quick survey to help shape this extension for your needs.