Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tobias Bieniek
Total activity
16
Last activity
December 06, 2019 17:15
Member since
September 10, 2016 10:54
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (2)
Comments (8)
Sort by votes
Recent activity
Votes
Created
May 18, 2017 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.
Community
WebStorm
Debugging an Ember application
0 votes
Created
November 15, 2016 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 ;)
Community
IntelliJ IDEA Open API and Plugin Development
How to use JSModuleReferenceContributor
0 votes
Created
September 13, 2016 20:15
Ah sorry, what I meant was: how is the FrameworkIndexingHandler different from the other two?
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
Created
September 13, 2016 16:45
I guess what I'm asking is: Whats the difference to the FileBasedIndex and the StubIndex?
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
Created
September 13, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
Created
September 12, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
Created
September 10, 2016 10:58
Just to clarify: is proper source maps the only thing preventing us from debugging inside of the IDE?
Community
WebStorm
Debugging an Ember application
0 votes
Created
September 10, 2016 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.
Community
WebStorm
WebStorm ECMAScript 6 and import aliases
0 votes