-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change shortcut for 'interface declaration' to 'i' (#30)
- Loading branch information
Josef Pihrt
authored
Jul 19, 2022
1 parent
2773c18
commit 53835d7
Showing
4 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
src/Snippetica/Snippetica.CSharp/Obsolete_Interface.snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!--Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0.--> | ||
<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | ||
<Header> | ||
<Title>interface [Obsolete]</Title> | ||
<Shortcut>ie</Shortcut> | ||
<Description>interface declaration [Obsolete]</Description> | ||
<Author>Josef Pihrt</Author> | ||
<SnippetTypes> | ||
<SnippetType>Expansion</SnippetType> | ||
</SnippetTypes> | ||
<Keywords> | ||
<Keyword>Meta-ExcludeFromReadme</Keyword> | ||
<Keyword>Meta-ExcludeFromSnippetBrowser</Keyword> | ||
</Keywords> | ||
</Header> | ||
<Snippet> | ||
<Code Language="CSharp"><![CDATA[/* Shortcut 'ie' is obsolete, use 'i' instead. */$end$]]></Code> | ||
</Snippet> | ||
</CodeSnippet> |
19 changes: 19 additions & 0 deletions
19
src/Snippetica/Snippetica.CSharp/Obsolete_InternalInterface.snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!--Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0.--> | ||
<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | ||
<Header> | ||
<Title>internal interface [Obsolete]</Title> | ||
<Shortcut>iie</Shortcut> | ||
<Description>interface declaration [Obsolete]</Description> | ||
<Author>Josef Pihrt</Author> | ||
<SnippetTypes> | ||
<SnippetType>Expansion</SnippetType> | ||
</SnippetTypes> | ||
<Keywords> | ||
<Keyword>Meta-ExcludeFromReadme</Keyword> | ||
<Keyword>Meta-ExcludeFromSnippetBrowser</Keyword> | ||
</Keywords> | ||
</Header> | ||
<Snippet> | ||
<Code Language="CSharp"><![CDATA[/* Shortcut 'iie' is obsolete, use 'ii' instead. */$end$]]></Code> | ||
</Snippet> | ||
</CodeSnippet> |