Skip to content

Instantly share code, notes, and snippets.

View olexale's full-sized avatar
🎯
Focusing

Oleksandr Leushchenko olexale

🎯
Focusing
View GitHub Profile
@olexale
olexale / gist:e4ed077acfd396605ac1
Created December 11, 2014 09:34
MvvmCross snippets for Xamarin Studio
Shortcut: cmvx
Group: C#
Description: ICommand
Mime: text/x-csharp
Template text:
ICommand _$myCommand$;
@olexale
olexale / modified_son_of_obsidian.json
Last active August 29, 2015 14:10
"Son Of Obsidian" theme for Xamarin Studio
{
"name":"Son Of Obsidian",
"version":"1.0",
"originator":"Imported from /Users/ole/Library/XamarinStudio-4.0/HighlightingSchemes/son-of-obsidian.vssettings",
"baseScheme":"son-of-obsidian",
"colors":[
{"name": "Fold Cross", "color":"#A29191", "secondcolor":"#E2E2E2" } ],
"text":[
{"name": "Selected Text", "fore":"#FFFFFF", "back":"#43686C" },
{"name": "Selected Text(Inactive)", "back":"#385A5E" }
@olexale
olexale / cmvx.snippet
Created October 28, 2013 13:44
MvvmCross snippets for Visual Studio
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets
xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>MvvmCross command</Title>
<Shortcut>cmvx</Shortcut>
<Description>Code snippet for MvvmCross command</Description>
</Header>