DimaDK02
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
DimaDK02 进行了评论, -
DimaDK02 创建了一个帖子, 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 创建了一个帖子, 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...