Skip to content

davidbroetje/algorithm-mnemonics-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

C++ Algorithm Mnemonics for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published