Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>C++ Quick Start Snippet for BeginnersNew to Visual Studio Code? Get it now.
C++ Quick Start Snippet for Beginners

C++ Quick Start Snippet for Beginners

Dan

|
70,039 installs
| (1) | Free
A C++ snippet generator contains few lines probably needed by beginners.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Visual Studio Code C++ Quick Start for Beginners

I'm a CS freshman and find myself always doing the same boring work: #include using namespace... So I decided to make it easier. And here is: A C++ snippet generator contains few lines probably needed by beginners.

Usage

Type "cppstd"(or even shorter) and press "Tab".

It seems the preview image doesn't work properly, you may visit the source page(see below) or try this link: raw.githubusercontent.com/yyxhx/vsce_cppQuickStartForBeginners/master/images/preview.gif

Installation

  1. Install Visual Studio Code 0.10.1 or higher
  2. Launch VS Code
  3. Launch the command palette by using Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Type in Install Extension and select 'Extensions : Install Extensions'
  5. Type C++ Quick Start for Beginners
  6. Choose the extension from the drop down
  7. Reload Visual Studio Code

Contact

If you have any issues report them at Issues

License

This extension is mostly based on "HTML Boilerplate" (https://github.com/sidthesloth92/vsc_html5_boilerplate) Since I have done a little work, I don't want to keep any copyright, you only have to follow his one(MIT).

Source

Github

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