Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Simon's C++ ToolsNew to Visual Studio Code? Get it now.

Simon's C++ Tools

Simon Oehrl

|
14,193 installs
| (0) | Free
A collection of tools to make coding C++ more efficient.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simon's C++ Tools README

This extensions provides a small set functionality to make writing C++ in Visual Studio Code even more efficient.

Features

Add Include

Use the cpptools.addInclude command to add includes without scrolling to the top of the file. Currently the extension differentiates between includes of system headers, global includes (#include <...>) and local includes (#include "...") and tries to sort them accordingly.

Switch Header/Source

The cpptools.switchHeaderSource command replicates the functionality of the C/C++ extension but takes into account the locality of the files. I.e., when there are multiple candidates it will open the one that is closest to the current file.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft