Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.53 KB

File metadata and controls

32 lines (16 loc) · 1.53 KB

C++ Algorithm Mnemonics for Visual Studio Code

Version Installs Rating

This extension is a port of Algorithm Mnemonics: Increase Productivity with STL Algorithms by Tommy Bennett.

Features

Algorithm Mnemonics: Increase Productivity with STL Algorithms provides code templates for C++ STL algorithms. Each code template is given a name and a 3-letter mnemonic (All available code templates are listed in the file STLInstructionSet.md).

This extension implements these code templates as VS Code snippets accessible by it's 3-letter mnemonic.

Usage

Just type the mnemonic and press Enter or Tab to expand the template. Use Tab to cycle between placeholders for inserting content.

example 1

Or use the Trigger Suggest command (Default: Ctrl+Space (Windows, Linux) or Cmd+Space (OSX)).

example 2


Enjoy!