markdown 带CRA的VSC绝对路径

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 带CRA的VSC绝对路径相关的知识,希望对你有一定的参考价值。

# Caveat
this doesn't allow me to use `click link to move to file` functionality of VSC so I don't use it for Temple-Resource-Management now

# when CRA with typescript
.env
```
NODE_PATH=src/
```

.vscode/settings.json
```json
{
  "typescript.preferences.importModuleSpecifier": "non-relative"
}
```

tsconfig.json
```json
{
  "compilerOptions": {
    ...
    "baseUrl": "./src"
  },
}
```

# when just with javascript
https://stackoverflow.com/questions/51421545/is-it-possible-for-absolute-paths-to-autocomplete-in-visual-studio-code-vscode

以上是关于markdown 带CRA的VSC绝对路径的主要内容,如果未能解决你的问题,请参考以下文章

markdown VSC文件夹结构

markdown Visual Studio Code(vsc)提示

使用 Gatsby 的 Markdown 帖子中的特色图像的绝对路径

带冒号的 Makefile 绝对路径

统一latext在vsc的markdown+math和有道云笔记里的出发方式

Angular 10:VScode 在某些目录的绝对路径上出错,而​​不是其他目录