Releases: josefpihrt/snippetica
Releases · josefpihrt/snippetica
v0.9.2
New Snippets for C#
- Lambda expression without parameters (l0)
- DateTimeOffset (dto)
- KeyValuePair (kvp)
- Record (rd)
- Record struct (rdst)
- Readonly record struct (rrdst)
- Attribute a
- AttributeUsage (au)
- Conditional (c)
- DebuggerDisplay (dd)
- DebuggerStepThrough (dst)
- DefaultValue (dv)
- Description (d)
- Flags (f)
- Obsolete (o)
- Required (r)
- TypeConverter (tc)
v0.9.1
- Put back snippets that were accidentally removed in 0.9.0 (ifxtp, ifx, ifxn, xn, xsne, xsnw).
v0.9.0
Snippets for C# and VB
- Change shortcut
ge
to j
- Change shortcut
gc
to j
- Change shortcut
vc
to vn
- Change shortcut
vcx
to vnx
v0.8.0
0.8.0 (2018-04-04)
New Snippets for C# and VB
- Read-only indexer (rir)
- ThrowNewObjectDisposedException (twn ode)
New Snippets for C#
v0.7.0
- Rewrite C++ snippets
- Change shortcut for '...WithInitializer' snippets from '_' to 'x' (C# and VB)
- Remove '...WithArguments' snippets and '...WithParameters' snippets (C# and VB)
v0.6.0
New Shortcuts
Shortcut |
Description |
Comment |
x |
logical not operator |
prefix |
New Snippets
Language |
Shortcut |
Title |
C++ |
eif |
else-if |
C# |
coxn |
conditional operator (not equal to null) |
C# |
con |
conditional operator (equal to null) |
C# |
doxn |
do-while not null |
C# |
don |
do-while null |
C# |
l2 |
lambda expression with 2 parameters |
C# |
wexn |
while not null |
C# |
wen |
while null |
VB |
l2 |
lambda expression with 2 parameters |
VB |
wexn |
while not null |
VB |
wen |
while null |
v0.5.2
New Snippets
Language |
Shortcut |
Title |
C# |
iftp |
if TryParse |
C# |
ifftp |
if not TryParse |
C# |
u |
StreamReader variable |
C# |
u |
StreamWriter variable |
C# |
u |
StringReader variable |
C# |
u |
StringWriter variable |
C# |
u |
XmlReader variable |
C# |
u |
XmlWriter variable |
C# |
us |
using static directive |
VB |
iftp |
if TryParse |
VB |
ifftp |
if not TryParse |
VB |
u |
StreamReader variable |
VB |
u |
StreamWriter variable |
VB |
u |
StringReader variable |
VB |
u |
StringWriter variable |
VB |
u |
XmlReader variable |
VB |
u |
XmlWriter variable |
v0.5.1
- 'virtual/Overridable' snippets