|
1 | | -# vscode-flex-snippets README |
| 1 | +# Flex snippets for VSCode |
2 | 2 |
|
3 | | -This is the README for your extension "vscode-flex-snippets". After writing up a brief description, we recommend including the following sections. |
| 3 | +Quickly create MX and Spark components. |
4 | 4 |
|
5 | | -## Features |
6 | 5 |
|
7 | | -Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file. |
| 6 | +## How to use |
8 | 7 |
|
9 | | -For example if there is an image subfolder under your extension project workspace: |
| 8 | +Install extension in VSCode, start typing component name and select snippet. |
10 | 9 |
|
11 | | -\!\[feature X\]\(images/feature-x.png\) |
| 10 | +## Snippets |
12 | 11 |
|
13 | | -> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow. |
| 12 | +`AdvancedDataGrid` |
14 | 13 |
|
15 | | -## Requirements |
16 | 14 |
|
17 | | -If you have any requirements or dependencies, add a section describing those and how to install and configure them. |
| 15 | +`BorderContainer` |
18 | 16 |
|
19 | | -## Extension Settings |
20 | 17 |
|
21 | | -Include if your extension adds any VS Code settings through the `contributes.configuration` extension point. |
| 18 | +`Box` |
22 | 19 |
|
23 | | -For example: |
24 | 20 |
|
25 | | -This extension contributes the following settings: |
| 21 | +`MX Button` |
26 | 22 |
|
27 | | -* `myExtension.enable`: enable/disable this extension |
28 | | -* `myExtension.thing`: set to `blah` to do something |
29 | 23 |
|
30 | | -## Known Issues |
| 24 | +`Spark Button` |
31 | 25 |
|
32 | | -Calling out known issues can help limit users opening duplicate issues against your extension. |
33 | 26 |
|
34 | | -## Release Notes |
| 27 | +`Canvas` |
35 | 28 |
|
36 | | -Users appreciate release notes as you update your extension. |
37 | 29 |
|
38 | | -### 1.0.0 |
| 30 | +`MX Checkbox` |
39 | 31 |
|
40 | | -Initial release of ... |
41 | 32 |
|
42 | | -### 1.0.1 |
| 33 | +`Spark Checkbox` |
43 | 34 |
|
44 | | -Fixed issue #. |
45 | 35 |
|
46 | | -### 1.1.0 |
| 36 | +`MX ComboBox` |
47 | 37 |
|
48 | | -Added features X, Y, and Z. |
49 | 38 |
|
50 | | ------------------------------------------------------------------------------------------------------------ |
| 39 | +`Spark ComboBox ` |
51 | 40 |
|
52 | | -## Working with Markdown |
53 | 41 |
|
54 | | -**Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: |
| 42 | +`MX DataGrid` |
55 | 43 |
|
56 | | -* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux) |
57 | | -* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux) |
58 | | -* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets |
59 | 44 |
|
60 | | -### For more information |
| 45 | +`Spark DataGrid` |
61 | 46 |
|
62 | | -* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) |
63 | | -* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) |
64 | 47 |
|
65 | | -**Enjoy!** |
| 48 | +`DataGroup` |
| 49 | + |
| 50 | + |
| 51 | +`DateFormatter` |
| 52 | + |
| 53 | + |
| 54 | +`DateValidator` |
| 55 | + |
| 56 | + |
| 57 | +`DropDownList` |
| 58 | + |
| 59 | + |
| 60 | +`Ellipse` |
| 61 | + |
| 62 | + |
| 63 | +`MX Form` |
| 64 | + |
| 65 | + |
| 66 | +`Spark Form` |
| 67 | + |
| 68 | + |
| 69 | +`Group` |
| 70 | + |
| 71 | + |
| 72 | +`HBox` |
| 73 | + |
| 74 | + |
| 75 | +`HGroup` |
| 76 | + |
| 77 | + |
| 78 | +`HorizontalLayout` |
| 79 | + |
| 80 | + |
| 81 | +`HTTPService` |
| 82 | + |
| 83 | + |
| 84 | +`IconItemRenderer` |
| 85 | + |
| 86 | + |
| 87 | +`MX Image` |
| 88 | + |
| 89 | + |
| 90 | +`Spark Image` |
| 91 | + |
| 92 | + |
| 93 | +`Spark Image wth embedded source` |
| 94 | + |
| 95 | + |
| 96 | +`MX Label` |
| 97 | + |
| 98 | + |
| 99 | +`Spark Label` |
| 100 | + |
| 101 | + |
| 102 | +`layout with HorizontalLayout` |
| 103 | + |
| 104 | + |
| 105 | +`layout with VerticalLayout` |
| 106 | + |
| 107 | + |
| 108 | +`Library` |
| 109 | + |
| 110 | + |
| 111 | +`Line` |
| 112 | + |
| 113 | + |
| 114 | +`Spark List` |
| 115 | + |
| 116 | + |
| 117 | +`MX List with inline dataProvider` |
| 118 | + |
| 119 | + |
| 120 | +`Spark List with inline dataProvider` |
| 121 | + |
| 122 | + |
| 123 | +`MultiDPIBitmapSource` |
| 124 | + |
| 125 | + |
| 126 | +`NumberFormatter` |
| 127 | + |
| 128 | + |
| 129 | +`NumberValidator` |
| 130 | + |
| 131 | + |
| 132 | +`Spark Panel with HorizontalLayout` |
| 133 | + |
| 134 | + |
| 135 | +`Spark Panel with VerticalLayout` |
| 136 | + |
| 137 | + |
| 138 | +`PhoneFormatter` |
| 139 | + |
| 140 | + |
| 141 | +`PhoneNumberValidator` |
| 142 | + |
| 143 | + |
| 144 | +`Rect` |
| 145 | + |
| 146 | + |
| 147 | +`MX RemoteObject` |
| 148 | + |
| 149 | + |
| 150 | +`Spark RemoteObject` |
| 151 | + |
| 152 | + |
| 153 | +`MX Script` |
| 154 | + |
| 155 | + |
| 156 | +`Spark Script` |
| 157 | + |
| 158 | + |
| 159 | +`StringValidator` |
| 160 | + |
| 161 | + |
| 162 | +`VBox` |
| 163 | + |
| 164 | + |
| 165 | +`VerticalLayout ` |
| 166 | + |
| 167 | + |
| 168 | +`VGroup` |
| 169 | + |
| 170 | + |
| 171 | +`WebService` |
| 172 | + |
| 173 | + |
| 174 | +`ZipCodeFormatter` |
| 175 | + |
| 176 | + |
| 177 | +`ZipCodeValidator` |
| 178 | + |
0 commit comments