主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tobias Bieniek
活动总数
16
最后的活动
2019年12月06日 17:15
成员加入日期
2016年09月10日 10:54
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
5
活动概览
帖子(2)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2017年05月18日 09:41
@Hdehaan have a look at https://github.com/Turbo87/intellij-emberjs/pull/109. you might need to enable the full sourcemaps option (see https://github.com/ember-cli/ember-cli/pull/6458) for it to work.
社区
WebStorm
Debugging an Ember application
0 票
创建于
2016年11月15日 12:55
you can find my current approach at https://gist.github.com/Turbo87/c82ff19f332ef372c553a8706a98c548 as you can see I'm just prototyping at this point, not really knowing what I'm doing ;)
社区
IntelliJ IDEA Open API and Plugin Development
How to use JSModuleReferenceContributor
0 票
创建于
2016年09月13日 20:15
Ah sorry, what I meant was: how is the FrameworkIndexingHandler different from the other two?
社区
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 票
创建于
2016年09月13日 16:45
I guess what I'm asking is: Whats the difference to the FileBasedIndex and the StubIndex?
社区
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 票
创建于
2016年09月13日 15:26
Interesting, I've stumbled upon the `FrameworkIndexingHandler` class a few times already but haven't figured out yet what functionality it provides or how it can be used. Are there any docs availab...
社区
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 票
创建于
2016年09月12日 14:09
Sure! You can find one example of this pattern at https://github.com/skylines-project/skylines/blob/59e15413de88cb9c8a24b2b582d4f0685326f76f/ember/app/routes/flights/pilot.js The `flights/pilot` ro...
社区
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 票
创建于
2016年09月10日 10:58
Just to clarify: is proper source maps the only thing preventing us from debugging inside of the IDE?
社区
WebStorm
Debugging an Ember application
0 票
创建于
2016年09月10日 10:56
Is there a way to add this information programmatically? I'm maintaining the Ember.js plugin for IntelliJ and I'd be happy to implement something like this if you point me in the right direction.
社区
WebStorm
WebStorm ECMAScript 6 and import aliases
0 票