vscode-exports-autocomplete icon indicating copy to clipboard operation
vscode-exports-autocomplete copied to clipboard

Module resolve

Open pvpshoot opened this issue 6 years ago • 0 comments

Hi in our projects we like to use module resolve:

// instead
import A from "../../components/A";

// resolve
import A from 'components/A';

Can you add a config for this? or respect jsconfig from VSCode

pvpshoot avatar Apr 18 '18 09:04 pvpshoot