move-ts icon indicating copy to clipboard operation
move-ts copied to clipboard

Is there something similar to this for a JS only project?

Open liberationmind opened this issue 5 years ago • 2 comments

I have a React JS project and is there an extension that does what Move-TS does for .js and .jsx files?

liberationmind avatar Apr 20 '19 21:04 liberationmind

It would be nice if this extension just allowed you to optionally include .js and .jsx files. I have a mixed js/ts project, and this configurability would be very helpful for me.

csojinb avatar Dec 10 '19 17:12 csojinb

@liberationmind @csojinb I just published a forked version of this that should allow for js-only refactors -- https://marketplace.visualstudio.com/items?itemName=tnrich.move-ts-js

I think @stringham is happy to accept PRs that add a separate "Move Javascript" command if anyone feels like doing that.

tnrich avatar Jan 16 '20 22:01 tnrich