Add namespace snippet

This commit is contained in:
Kenneth Benzie 2024-03-12 20:10:17 +00:00
parent 6c941341ff
commit eae24ab24c

View File

@ -12,6 +12,11 @@ snippet for Index based
$0 $0
} }
snippet namespace
namespace ${1} {
$0
} // namespace ${1}
snippet const_cast snippet const_cast
const_cast<$1>($2)$0 const_cast<$1>($2)$0