For example:
import { getFooData } from 'bar/utils/blah/foo'
On clicking on getFooData
, you will be able to jump to the actual line of foo.js
where getFooData
is exported.
Add els-addon-import-specifiers
as a dev dependency in your app's package.json and thats it!
- If using yarn, run:
yarn add -D els-addon-import-specifiers
- If using npm, run:
npm install --save-dev els-addon-import-specifiers