Skip to content

Commit

Permalink
Add menu, menu>mi, cmenu, cmenu>mi
Browse files Browse the repository at this point in the history
  • Loading branch information
emu2021makuake committed Jul 19, 2021
1 parent cd1428c commit 926a3cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Enter the shortcut command and type `Tab`.
| `winres` | `<Window.Resources></Window.Resources>` | Window Resources |
| `pgres` | `<Page.Resources></Page.Resources>` | Page Resources |
| `ucres` | `<UserControl.Resources></UserControl.Resources>` | UserControl Resources |
| `menu` | `<Menu></Menu>` | Menu |
| `menu>mi` | `<Menu>`<br /> `<MenuItem Header="Item1" />`<br />`</Menu>` | Menu containing MenuItem |
| `cmenu` | `<ContextMenu></ContextMenu>` | ContextMenu |
| `cmenu>mi` | `<ContextMenu>`<br /> `<MenuItem Header="Item1" />`<br />`</ContextMenu>` | ContextMenu containing MenuItem |

## FYR Visual Studio 2019 default snippets

Expand Down

0 comments on commit 926a3cb

Please sign in to comment.