Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dennis Ushakov
Total activity
833
Last activity
November 23, 2018 21:33
Member since
March 30, 2009 18:01
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
330
Activity overview
Articles (0)
Posts (0)
Comments (502)
Sort by recent activity
Recent activity
Votes
Created
December 13, 2016 08:25
I'm terribly sorry, looks like I've messed up with new GH review UI. Comments should be visible now
Community
IntelliJ IDEA Open API and Plugin Development
How to Build intellij-plugins repository?
0 votes
Created
November 29, 2016 09:57
I'm very sorry for the delayed reply, looks like I've missed it. Will post comments in PR
Community
IntelliJ IDEA Open API and Plugin Development
How to Build intellij-plugins repository?
0 votes
Created
October 31, 2016 12:12
Looks interesting, it would be great if you can finalise it. NpmPackageProjectGenerator is only available in latest EAPs, however that problem should be solved by using Gradle build, it uses latest...
Community
IntelliJ IDEA Open API and Plugin Development
How to Build intellij-plugins repository?
0 votes
Created
September 28, 2016 13:25
There's also an extra semicolon at the end of the line 5 :)
Community
IntelliJ IDEA Open API and Plugin Development
Java Script warning in custom language plugin
0 votes
Created
September 28, 2016 12:38
Ok, it looks like the JS content is in one piece. I believe there's an extra closing brace on the line 3 right before curly one, that's causing all these errors
Community
IntelliJ IDEA Open API and Plugin Development
Java Script warning in custom language plugin
0 votes
Created
September 28, 2016 09:54
Can you expand HTML file subtree on the left?
Community
IntelliJ IDEA Open API and Plugin Development
Java Script warning in custom language plugin
0 votes
Edited
September 28, 2016 09:22
Looks like JavaScript is parsed, but the content of the `script` tag is split at random(?) places, so the JS parser cannot fully parse it. How does PSI tree look for the given file?
Community
IntelliJ IDEA Open API and Plugin Development
Java Script warning in custom language plugin
0 votes
Created
September 13, 2016 21:07
Ok) FrameworkIndexingHandler is not a third way to index but rather an extension to those two specific for JS. process* methods are called during JS stub building so that framework specific informa...
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
Created
September 13, 2016 20:06
The docs for platform are definitely better: FileBasedIndex and StubIndex.
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
Edited
September 13, 2016 15:46
Sorry, no docs yet :( Mostly it's used to provide some implicitly present elements during indexing and additional type information during types processing (that happens during completion/navigation...
Community
IntelliJ IDEA Open API and Plugin Development
Ember.js plugin: Inheritance
0 votes
«
First
‹
Previous
Next
›
Last
»