Visual Assist中常用的AutoText
添加的内容为:s
ts
_T("$String$")$end$
tss
_T("$clipboard$")$end$
mt
DYMAMTranslate(_T("$end$"))
dym
DYMessageBox($end$)
///
//by %USERNAME%s[$DATE$]
ifc
#ifdef _CCTV
$end$
#endif
ifss
#ifdef _SMG
$end$
#endif
修改 Refactor Encapsulate Field中的内容为:s
$end$$SymbolType$ Get$GeneratedPropertyName$() const { return $SymbolName$; }
void Set$GeneratedPropertyName$($SymbolType$ val) { $SymbolName$ = val; }
本文介绍 VisualAssist 中 AutoText 的使用技巧,包括常见代码片段的快速输入方法,如字符串处理、消息框显示及代码注释等,帮助开发者提高编码效率。
6万+

被折叠的 条评论
为什么被折叠?



