Ctrl+P
比如:
const a = require('xx') --> import a from 'xx'
import b from 'xx' --> const b = require('xx')
win: ctrl+alt+R
mac: command+shift+R