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 29, 2017 19:34
Hi, unfortunately, PsiTreeUtilKt resides in the java-impl module which is available only in IDEs with Java support (IntelliJ Community and Ultimate). While we can consider moving these extension me...
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException for PsiTreeUtilKt in WebStorm
1 vote
Edited
December 04, 2017 14:17
Small IDEs don't use module types during project generation (they use default one, e.g. WebModuleType for WebStorm), so the module builder just won't be called
Community
IntelliJ IDEA Open API and Plugin Development
custom plugin module does not appear while creating new project in WebStorm
1 vote
Created
December 04, 2017 09:31
Hi, Small IDEs use slightly different API for project generators. IDEA uses `com.intellij.projectTemplatesFactory` extension point, while smaller IDEs use `com.intellij.directoryProjectGenerator`. ...
Community
IntelliJ IDEA Open API and Plugin Development
custom plugin module does not appear while creating new project in WebStorm
0 votes
Created
September 29, 2017 16:09
I've added a simple Gradle build, but it looks like it doesn't solve the problem with tests compilation due to some test-only classes. You can comment out test section in the sourceSets as a workar...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin development: VueJS
0 votes
Created
September 15, 2017 16:44
We're working on improvements for Vue and JavaScript right now, so EAP version may lag a little bit compared to the master source code. I'll try to prepare gradle build for Vue plugin which may red...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin development: VueJS
0 votes
Created
September 14, 2017 14:07
These classes are only available in 2017.3, you'll need to download EAP version here
Community
IntelliJ IDEA Open API and Plugin Development
Plugin development: VueJS
0 votes
Created
September 01, 2017 21:55
Sorry, this is the proper method. Yes, you can use simple HTML formatting
Community
IntelliJ IDEA Open API and Plugin Development
How to make a plugin that open a HTML inside a webview in intellij
0 votes
Created
September 01, 2017 08:48
Hello, If I understood you correctly, you want to provide a documentation from an external source for XML elements. Do do that you'll need to implement your com.intellij.lang.documentation.Document...
Community
IntelliJ IDEA Open API and Plugin Development
How to make a plugin that open a HTML inside a webview in intellij
0 votes
Created
August 28, 2017 21:29
Hi Mark, I think that these two things should help you: 1. you can call com.intellij.lang.javascript.psi.stubs.JSElementIndexingData#addBaseType to specify that my.demo.Test is extending my.base.Cl...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript: support a custom AMD implementation - resolve parameter type to return type from another file
0 votes
Edited
August 23, 2017 13:20
I'm pushing a fix that will make QxDooFrameworkHandler less aggressive, so these should go away. It will be available in 2017.3 for sure and may be we'll backport it to one of 2017.2 bugfix updates
Community
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
1 vote
«
First
‹
Previous
Next
›
Last
»