Skip to content

one-harsh/vscode-cpp-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ Snippets

This extension for Visual Studio Code adds snippets for C/C++.

Usage

Type a part of the keywords in snippet e.g., "for" and press enter.

for // Creates a for loop snippet

Alternatively, one can also just press Ctrl + Space (works on Windows, Linux, or Mac) to access the available snippets in the editor.

Installation

  1. Install Visual Studio Code 0.10.1 or higher
  2. Launch VS Code
  3. From the command palette Ctrl+Shift+P (Windows, Linux) or Cmd+Shift+P (OSX)
  4. Type ext install or just simply select Install Extension
  5. Choose the extension - Cpp Snippets
  6. Relaunch VS Code

Suggestions for improvement are welcome.

About

Code snippets for C/C++ for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published