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
January 26, 2018 10:22
Can you clarify a little bit what do you mean by access? If you want `visitJSClass`, `visitJSFunctionDeclaration` to be called, your HighlightingVisitor should extend JSElementVisitor or you'll get...
Community
IntelliJ IDEA Open API and Plugin Development
How to make my own HighlightVisitor access javascript's PsiElement in HTML script tag?
0 votes
Created
January 05, 2018 08:43
Yes, you can set it up as a Platform SDK just like you did with IntelliJ
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException for PsiTreeUtilKt in WebStorm
0 votes
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
Created
August 22, 2017 14:38
I think you'll need to override resolveContextFromProperty in your indexing handler with proper namespace for methods in such "class" and probably provide a containing implicit element for this "cl...
Community
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 votes
«
First
‹
Previous
Next
›
Last
»