After webstorm modifies the name of the source file, how do I modify all the names that have referenced the file at the same time?

Boss, do you use webstorm?
what should I do if I want to change the name of a vue file, and all other import references to the .vue file? is there a shortcut that can do that?

improt global from "../global.js"
Jun.21,2022

right-click on the source file name > Refactor- > Rename , or select global.js menu-> Refactor- > Rename in the reference improt global from'. / global.js'. Remember to check search for references option

.
Menu