Skip to content

Instantly share code, notes, and snippets.

View osyyyS's full-sized avatar
pasting

Oscar osyyyS

pasting
View GitHub Profile
@osyyyS
osyyyS / observableproperty.snippet
Last active August 31, 2023 06:46
Creates an observable property with a backing field.
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Observableproperty with Backing Field</Title>
<Description>Creates a observable property with a backing field.</Description>
<Shortcut>bindableProp</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal>
@osyyyS
osyyyS / instance.snippet
Last active August 15, 2023 16:31
Creates a Singelton
<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>instance</Title>
<Shortcut>instance</Shortcut>
<Description>Creates a Singelton</Description>
<Author>osyyyS</Author>
</Header>
<Snippet>