What is Convert Import Statements?
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.