gpt4 book ai didi

javascript - Visual Studio ReSharper - 在外部模块中声明的 Typescript 自动导入类 - 使用 from 而不是 require

转载 作者:搜寻专家 更新时间:2023-10-30 21:33:48 24 4
gpt4 key购买 nike

当使用 JetBrains ReSharper Ultimate 2018.3.4 并使用命令 Import 'class '' declared in external module ''' and all other types 它使用 require 进行导入.这可行,但我希望它像 Visual Studio 通常那样使用 from 。如何启用它?

从 ReSharper 生成的代码:

import Requests = require("../../../requests");
import ApiPaths = Requests.ApiPaths;

enter image description here

从标准 Visual Studio 2017 Professional 生成的代码:

import { ApiPaths } from '../../../requests';

enter image description here

最佳答案

在 ReSharper 选项中,导航至代码编辑 -> TypeScript -> 代码样式 -> 别名

对于“首选导入语句类型(如果可能)”,选择“ES6 样式导入”。

关于javascript - Visual Studio ReSharper - 在外部模块中声明的 Typescript 自动导入类 - 使用 from 而不是 require,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55060629/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com