DimaDK02

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
DimaDK02 commented, -
DimaDK02 created a post, Do not use directory import when available doesn't work
Hi! On my project we prefer index.js imports: import {store} from '/src/redux/index.js'; over directory imports: import {store} from '/src/redux/'; I want webstorm autoimport feature to use the fir... -
-
DimaDK02 created a post, Is it possible to prefix absolute autoimports with some symbol?
Hi! We use absolute imports (relative to project folder path) and we prefix all absolute imports with "/". Our typical import looks like: import {WonderfulService} from '/src/services/wonderful_ser...