关于vue老项目添加typescript的一个疑问
按照vue官网添加了typescript、ts-loader、vue-class-component、vue-property-decorator等基础设施。项目算是支持ts了,同时兼容老代码。但是在.vue…
webstorm 使用vue时在import会缺少.vue结尾
比如输入 <Chi 提示 Child。回车补全后import Child from "./components/Child"需要手动补上.vue结尾才能工作import Child from "./components/Chil…
webstorm修改东西后再还原,依旧显示是修改的状态
我在这个vue文件加了个空格,ctrl+s了, 然后再ctrl+z还原 ,git和webstorm还是提示有修改的文件 这是什么问题?关闭webstorm和git重新打开了也还是一…
vscode outline不支持查看export default中的方法列表,有什么解决方法?
问题:es6中的 export default 不支持查看方法列表export default { fun1(state) { }, fun2(state) { } }module.exports是支持的查看的 module.export…
webstorm无法生成标准注释格式
webstorm在开发VUE项目的时候,如果methods内写了多个方法,但是没有添加注释,后期添加注释的时候如果是从后面的方法开始加注释,前面的方法使用/**+…
Webstorm配置autoprefixer报错
请问各位大佬,webstorm 配置autoprefixer报Input Error: You must pass a valid list of files to parse 的错误该如何解决,我参考网上答案说是文件…
webstorm2020.1,使用prettier格式化代码不生效
webstorm2020.1版本,webstorm官方说已经支持prettier格式化代码了。我按照prettier官方说明安装webstorm的prettier插件,打开webstorm配置选项: 同…