Another minor thing - the auto import suggestion for .vue files ends with Vue, e.g. ```ts // VolarTest.vue -> import VolarTestVue from "./{path}/VolarTest.vue"; ```  I believe most people will prefer to use the filename without the "Vue" part.