项目作者: cppocl

项目描述 :
Macros for various Visual Studio versions to aid in productivity.
高级语言: JavaScript
项目地址: git://github.com/cppocl/visual_studio_macros.git
创建时间: 2016-10-29T15:45:01Z
项目社区:https://github.com/cppocl/visual_studio_macros

开源协议:Apache License 2.0

下载


Visual Studio Macros for C++

Macros for various Visual Studio versions to aid in productivity.

See the Microsoft Macros Extension project for details about using the macros.
These macros are written in ECMAScript (i.e. JavaScript), which is the language used by the Macro explorer.

Some useful links here:

https://blogs.msdn.microsoft.com/visualstudio/2016/05/11/macros-extension-open-sourced-in-visual-studio-2015/
https://github.com/Microsoft/VS-Macros

  • Generate Doxygen comments for a function by simply having the cursor anywhere on the line of the function.
  • Generate a new class by simple having a line containing a single word, which can also be preceded with //
  • Header guards will be generated on the line where the cursor resides, and combines the path and filename to generate the #define guard.