webstorm 的 .后缀名-tab快捷键

if (key) {}//key.if tab

if (!key) {}//key.else tab

if (key != null) {}//key.notnull tab

if (typeof key !== "undefined") {}//key.undef tab

if (key instanceof Boolean) {}//key.instanceof tab

!key //key! tab 感觉有点废物,用key.not tab 代替

const l1 = l;//l.const tab

var k1 = k;//k.var tab

for (let arrKey in arr) {}

(d) //d.par tab

throw ddd; //ddd.throw tab

for (let arrKey1 in arr) {} //arr.itin tab

//return key; //key.return tab

typeof key //key.typeof tab

if (typeof key === "") {} //key.typeofif tab

!key//key.not tab

if (key == null) {}//key.null tab

console.log(key);//key.log tab

其实还有其他的几个快捷键, 例如:key.let => let key1 = key; 不过没有成功就没有写上去。^_^
posted @   唯一念  阅读(590)  评论(1编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
点击右上角即可分享
微信分享提示