Convert Import Statements

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

    Featured
    9 Votes
    Convert Import Statements media 2

    Description

    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.

    Recommended Products