Skip to content

Releases: josefpihrt/snippetica

v2.1.0

11 Dec 06:30
49c342e
Compare
Choose a tag to compare
Release 2.1.0 (#83)

v1.0.0

17 Oct 18:04
ce84d11
Compare
Choose a tag to compare
Release 1.0.0 (#49)

v0.9.2

14 Nov 14:26
Compare
Choose a tag to compare

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

14 Apr 18:56
Compare
Choose a tag to compare
  • Put back snippets that were accidentally removed in 0.9.0 (ifxtp, ifx, ifxn, xn, xsne, xsnw).

v0.9.0

21 Mar 16:43
Compare
Choose a tag to compare

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

04 Apr 21:49
Compare
Choose a tag to compare

0.8.0 (2018-04-04)

New Snippets for C# and VB

  • Read-only indexer (rir)
  • ThrowNewObjectDisposedException (twn ode)

New Snippets for C#

  • Read-only struct (rst)

v0.7.0

13 Dec 06:14
Compare
Choose a tag to compare
  • 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

24 Sep 10:22
Compare
Choose a tag to compare

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

28 May 11:24
Compare
Choose a tag to compare

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

09 Mar 19:22
Compare
Choose a tag to compare
  • 'virtual/Overridable' snippets