C++ Algorithm Mnemonics for Visual Studio Code
This extension is a port of Algorithm Mnemonics: Increase Productivity with STL Algorithms by Tommy Bennett. FeaturesAlgorithm 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. UsageJust type the mnemonic and press Enter or Tab to expand the template. Use Tab to cycle between placeholders for inserting content. Or use the Trigger Suggest command (Default: Ctrl+Space (Windows, Linux) or Cmd+Space (OSX)). Enjoy! |