Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Welch
Total activity
30
Last activity
April 03, 2018 14:32
Member since
May 14, 2016 03:30
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
7
Activity overview
Posts (6)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
April 03, 2018 14:32
Also Metaer (and this goes without saying) make sure you have "DemoAttributeCompletionContributor" registered in your plugin.xml. Also: just out of curiosity, why is typeChar ' @ ' ... shouldn't it...
Community
IntelliJ IDEA Open API and Plugin Development
about invokeAutoPopup()
0 votes
Created
November 28, 2017 20:31
O.k., I might've gotten it working? I'll update this once I figure out how I did it :)
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
November 28, 2017 20:23
I just don't get it. It says my content root is "foo", and I've marked "src" as a source root. It's as if it's just treating "intellij-community" as my source root, even though I've set it to somet...
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
November 28, 2017 19:17
Right. I'm not sure though how I tell it not to do that :)
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
November 28, 2017 19:13
There is no package prefix set.
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
November 28, 2017 18:37
is this what you needed?
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
November 28, 2017 18:37
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
October 19, 2017 17:15
Thanks! That worked nicely. I just added one blank character to the lookup element presentation's tail-text. This ultimately seemed easier than subclassing and I don't see any observable downside.
Community
IntelliJ IDEA Open API and Plugin Development
Keeping completion list open on an exact single match
0 votes
Created
January 25, 2017 16:45
Ah! So I think I finally figured this out. The trick was to implement autopopup (as follows): public boolean invokeAutoPopup(@NotNull PsiElement position, char typeChar) { return typeChar == ':'...
Community
IntelliJ IDEA Open API and Plugin Development
completion contributor trigger
0 votes
Created
January 24, 2017 23:38
Hmm, still am having a lot of trouble with the pattern. The problem is, I can't get ANY patterns which don't start with letters to trigger this thing... What in the world could I be doing wrong her...
Community
IntelliJ IDEA Open API and Plugin Development
completion contributor trigger
0 votes
Next
›
Last
»