Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
13nixonf
Total activity
17
Last activity
February 27, 2018 13:47
Member since
June 12, 2017 06:00
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
6
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
February 27, 2018 13:46
You need to implement com.intellij.codeInsight.daemon.ProjectSdkSetupValidator. You can add it to your plugin.xml via: "<projectSdkSetupValidator implementation="io.github.intellij.dlanguage.DLa...
Community
IntelliJ IDEA Open API and Plugin Development
"SQL dialect is not configured" Inspection
0 votes
Created
August 14, 2017 16:21
I have uploaded the requested cpu snapshot here: https://drive.google.com/file/d/0BwQeXj4R-BqYd0hRM21JTnlralk/view?usp=sharing , and at https://uploads.services.jetbrains.com/ with the name: Main-2...
Community
IntelliJ IDEA Open API and Plugin Development
Resolve becomes slower over time .
0 votes
Created
August 13, 2017 18:48
Part of the problem seems to be lock in com.intellij.codeInspection.ui.DefaultInspectionToolPresentation.addProblemElement, that is not being acquired quickly enough.
Community
IntelliJ IDEA Open API and Plugin Development
Resolve becomes slower over time .
0 votes
Created
June 12, 2017 06:00
Sorry to resurrect a very old thread, however I too am having this issue and was wondering if a solution was eventually found?
Community
IntelliJ IDEA Open API and Plugin Development
Inserting Closing Quote and Bracket
0 votes