eyou
ctrl + shift + p
replace js and css
delete content between script
vue2
ctrl + shift + p
jump vue data()
跳转到.vue文件中 data() 函数开头位置,并高亮显示,如果.vue文件中没有则跳转到头部
jump vue methods: {}
跳转到.vue文件中 methods: {} 函数开头位置,并高亮显示,如果.vue文件中没有则跳转到头部
jump vue </script>
跳转到.vue文件中 </script> 标签位置,并高亮显示,如果.vue文件中没有则弹出提示
在<style></style>中写样式,输入 . 可以提示<template></template>中class="xxxx"中xxxx的值
选择
ctrl + shift + p
select word
选择一个单词
select the content between the '><' symbol
选择 >< 这个符号之间的内容
| |