You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this javascript code. I'm trying to change the content of the Try Block from the bigining of the line, so i use c2iB
see the outputs in the comments:
module.exports=app=>{app.get('/something',async(req,res)=>{// Changes from this "{"try{// expected from this "{"const{data: { data }}=awaitaxios.post('')// Here I type _c2iB}// Expected to this "}"})// To this "}"}
I'm using the default seek ranges
let g:targets_seekRanges = 'cc cr cb cB lc ac Ac lr rr ll lb ar ab lB Ar aB Ab AB rb al rB Al bb aa bB Aa BB AA'
The text was updated successfully, but these errors were encountered:
I have this javascript code. I'm trying to change the content of the Try Block from the bigining of the line, so i use c2iB
see the outputs in the comments:
I'm using the default seek ranges
The text was updated successfully, but these errors were encountered: