kkopitehong

Results 25 comments of kkopitehong

@Runtu4378 感谢老铁 之前用的 **Path Intellisense** 这个插件 也有类似的设置 ``` "path-intellisense.mappings": { "@": "${workspaceRoot}/srt", }, ``` 但设置了也没啥用, 估计是与其他插件有什么冲突 换上**Path Autocomplete** 就没问题了

@Runtu4378 简单试了下 ``` "path-autocomplete.pathMappings": { "@": "${folder}/src", "@view": "${folder}/src/components" }, ``` 这样 `@view` 没提示 注释掉` "@": "${folder}/src",`, @view就有提示了 ``` "path-autocomplete.pathMappings": { // "@": "${folder}/src", "@view": "${folder}/src/components" }, ``` **将@换成任意字符都会有这种bug**, 应该是实现里面没处理好吧,...

[应该是他插件里面的问题, 提了个PR](https://github.com/ionutvmi/path-autocomplete/pull/58)

## 重要的事 - [x] 学习下[What Is Amazon Kinesis Video Streams? - Amazon Kinesis Video Streams](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/what-is-kinesis-video.html) - demo跑成功了但是控制台没有看到 ## 学习 - [ ] 继续`less`,`scss`,`stylus`的区分 - 只完成了变量的部分 - [x] `ts`体操写两题 ## 生活...

sorry, i don't understand,can you provide a css code about "display absolutely, not resize the container width/height." @chioio