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.
After adding a snippet import each ionic component used in the snippet import { componetName } from @ionic/vue. We are working on streamlining this process.