Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
January 31, 2017 11:34
You should add HtmlCssClassOrIdReference to attribute values. To do this you should register a PsiReferenceContributor and register xml-attribute reference provider in its contructor XmlUtil.regist...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 vote
Created
January 30, 2017 09:35
Hi Scott, Some of the issues with CSS you can try to fix by implementing com.intellij.psi.css.resolve.CssInclusionContext extension, provide additional CSS files that you want to be in a context th...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 vote
Created
December 20, 2016 09:49
Debug works for `Go Application` and `Go Test` run configurations only. It doesn't work for `Go Run File` run configuration.
Community
IntelliJ IDEA EAP Users
goland ide
1 vote
Created
November 03, 2016 09:35
Hi Karol, I think that template language is more suitable here, yes. Also, I've checked out the sources of Thymeleaf language and I doubt that it works good in CSS/JS. If it is, I can investigate...
Community
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
1 vote
Created
November 02, 2016 20:56
> Can custom language be injected into PsiLanguageInjectionHost types only? Yes, languages can be injected in injection hosts only. Injections are not supposed to be used for creating custom temp...
Community
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
1 vote
Created
October 15, 2016 18:25
According to the sources, Logger adds '#' prefix when you creating a logger for class (https://github.com/JetBrains/intellij-community/blob/master/platform/util/src/com/intellij/openapi/diagnostic/...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
1 vote
Created
October 15, 2016 16:10
By default IDE logging severity is INFO. To override this, use `Help | Debug Log Settings` action of IDE that you run via `runIdea` task
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
2 votes
Created
April 27, 2016 15:31
Hi Dmitri, I don't think this error message is related to gradle-intellij-plugin or IDEA project configuration, looks like it's problem of gradle itself. Please check your daemon settings at `~/.gr...
Community
IntelliJ IDEA Open API and Plugin Development
How to add external dependencies to an IntelliJ plugin project?
1 vote
Created
January 25, 2016 05:47
Yes you have to post-process the keys in order to determine which of them have values in particular scope. E.g.: for (String s : index.getAllKeys(indexId, project)) { boolean inScope = !index.pr...
Community
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
1 vote
Created
February 10, 2016 16:40
And here is IntelliJ SDK docs repo: https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples
Community
IntelliJ IDEA Open API and Plugin Development
How to create a new IntentionAction plugin
1 vote
«
First
‹
Previous
Next
›
Last
»