主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brendan
活动总数
15
最后的活动
2018年05月29日 13:20
成员加入日期
2017年11月08日 18:38
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
3
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2018年05月29日 13:20
Yes, thank you!
社区
IntelliJ IDEA Users
Why is error checking not working?
0 票
创建于
2018年05月25日 21:07
Thanks. Didn't know that existed.
社区
IntelliJ IDEA Users
Why is error checking not working?
0 票
创建于
2018年03月27日 15:32
awesome, thank you
社区
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 票
创建于
2018年03月27日 15:23
Oh interesting. I deleted the js files and the js.map files that were living beside my ts files. I changed something in the ts file, and it's no longer generating new js files in the same folder. W...
社区
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 票
创建于
2018年03月27日 15:11
and yes, it does compile with tsc, but it goes to a different folder. I guess that could be a solution. I have things set up right now so mocha would look for the files that the IDE was compiling a...
社区
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 票
创建于
2018年03月27日 15:08
tsconfig: ``` { "compilerOptions": { "lib": ["es6"], "module": "commonjs", "noImplicitReturns": true, "outDir": "lib", "sourceMap": true, "target": "es5", "allowJs": true }, ...
社区
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 票
创建于
2018年03月14日 21:21
How did JSHint end up in the project? I never set that up.
社区
WebStorm
How do I resolve these JSHint ES6 errors?
0 票