是否可以在没有双点的情况下在 WebStorm 中设置自动导入?
Is it possible to set up auto-import in WebStorm without double dots?
我想要自动导入 modules/Component/components/MyComponent
而不是 ../MyComponent
。
是否可以在 WebStorm 中实现?
若modules/Component/...
路径为项目根目录(tsconfig.json
所在文件夹,或baseurl
指定的根目录),启用使用路径相对于 设置中的 tsconfig.json |编辑|代码风格 |打字稿 | Imports 应该足够了。否则,您需要在 tsconfig.json
中指定 path mappings
我想要自动导入 modules/Component/components/MyComponent
而不是 ../MyComponent
。
是否可以在 WebStorm 中实现?
若modules/Component/...
路径为项目根目录(tsconfig.json
所在文件夹,或baseurl
指定的根目录),启用使用路径相对于 设置中的 tsconfig.json |编辑|代码风格 |打字稿 | Imports 应该足够了。否则,您需要在 tsconfig.json