|
1 | 1 | # Ionic Vue VSCode Snippets
|
2 | 2 |
|
3 | | -This extension adds ionic-vue snippets. Quickly add ionic-vue component code by simply typing `iv`. The `iv` prefix will show a rage of snippets to choose from. For example, `ivlabel` will add the label component code, `ivlist` will show the ionic vue list component code. |
| 3 | +This extension adds ionic-vue snippets. Quickly add ionic-vue component code by simply typing `iv`. The `iv` prefix will show a range of snippets to choose from. For example, `ivlabel` will add the label component code, `ivlist` will show the ionic vue list component code. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +\!\[Extension gif\]\(/example.gif\) |
4 | 8 |
|
5 | 9 | ## Supported components
|
6 | 10 | All snippets are sourced from [ionic website](https://ionicframework.com/docs/components).
|
@@ -42,29 +46,7 @@ All snippets are sourced from [ionic website](https://ionicframework.com/docs/co
|
42 | 46 | - Slides
|
43 | 47 | - Tabs / Tab bar / Tab Button
|
44 | 48 |
|
45 | | - |
46 | | - |
47 | | -\!\[Extension gif\]\(/example.gif\) |
48 | | - |
49 | 49 | ## Known Issues
|
50 | 50 |
|
51 | | -- To use snippets effectively you will have to mannually import each ionic component used in the snippet `import { componetName } from @ionic/vue`. We are working on solving this issue. |
52 | | - |
53 | | -## Release Notes |
54 | | - |
55 | | -### 0.1.3 |
56 | | - |
57 | | -Fix indentation for `<ion-grid>` and `<ion-item-group>`. |
58 | | -Added snippets for Backdrop, Progress Bar, Skeleton Text, Spinner, Radio Group, Radio, Range, Refresher, Router / Router Redirect, Searchbar, Segment / Segment Button, Select / Select Option, Slides and, Tabs / Tab bar / Tab Button. |
59 | | - |
60 | | -### 0.1.2 |
61 | | - |
62 | | -[Fix](https://stackoverflow.com/a/65302060/616221) snippet scope for vue-html. |
63 | | - |
64 | | -### 0.1.1 |
65 | | - |
66 | | -Added keywords to package.json |
67 | | - |
68 | | -### 0.1.0 |
| 51 | +- After adding a snippet import each ionic component used in the snippet `import { componetName } from @ionic/vue`. We are working on streamlining this process. |
69 | 52 |
|
70 | | -Initial release. |
0 commit comments