Convert Import Statements

Convert Import Statements

convert 'require' statements to 'import'. vice versa

11 followers

This is a VSCode plugin for syntax conversion of import statements. Sometimes you need to modify import statements, such as changing import { a } from 'b' to const { a } = require('b');. You can use this plugin for that purpose.
Convert Import Statements gallery image
Convert Import Statements gallery image
Free
Launch Team
Intercom
Intercom
Startups get 90% off Intercom + 1 year of Fin AI Agent free
Promoted

What do you think? …

杨飞叶
Maker
📌
This plugin is for frontend developers Change require statements to import statements; Change import statements to require statements;
Star Boat
Great tool, @feiye! I hope more developers know about this. :-)