Brackets.io 内置了对 TypeScript 的支持
Brackets.io in built support for TypeScript
brackets.io 是否内置了对打字稿的支持?我尝试了下面的插件 link
https://github.com/fdecampredon/brackets-typescript
步骤
1) OS Windows 8.1
2) 安装最新版本的 Brackets
3)安装的Brackets-TypeScript
4) 创建 .brackets.json 并添加
{
"typescript": {
"target": "ES5",
"module": "AMD",
"noImplicitAny": true,
"sources" : [
"src/declarations//*.ts",
"src/main//*.ts"
]
}
}
5) Intellisense 的代码完成现在仍然很幸运。
我在同一个 Github 中创建了问题,但它现在看起来有一段时间不活动了。https://github.com/fdecampredon/brackets-typescript/issues/34
Does brackets.io have in-built support for typescript? I tried the plugin from below link
没有。
您所指向的插件是事实上的插件。
我在插件的 Github 页面上发布了这个请求后就明白了。
还有一个用于括号的打字稿 plugin,如果您安装了它,它会介入其中。
如果您需要 TypeScript 插件,请使用 https://github.com/zaggino/brackets-typescript。我正在使用这个,它非常完美:)
brackets.io 是否内置了对打字稿的支持?我尝试了下面的插件 link
https://github.com/fdecampredon/brackets-typescript
步骤 1) OS Windows 8.1 2) 安装最新版本的 Brackets 3)安装的Brackets-TypeScript 4) 创建 .brackets.json 并添加
{
"typescript": {
"target": "ES5",
"module": "AMD",
"noImplicitAny": true,
"sources" : [
"src/declarations//*.ts",
"src/main//*.ts"
]
}
}
5) Intellisense 的代码完成现在仍然很幸运。 我在同一个 Github 中创建了问题,但它现在看起来有一段时间不活动了。https://github.com/fdecampredon/brackets-typescript/issues/34
Does brackets.io have in-built support for typescript? I tried the plugin from below link
没有。
您所指向的插件是事实上的插件。
我在插件的 Github 页面上发布了这个请求后就明白了。
还有一个用于括号的打字稿 plugin,如果您安装了它,它会介入其中。
如果您需要 TypeScript 插件,请使用 https://github.com/zaggino/brackets-typescript。我正在使用这个,它非常完美:)