Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
遠山晃
Total activity
20
Last activity
January 16, 2016 14:08
Member since
June 16, 2013 13:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
October 28, 2013 04:12
debug environment: IntelliJ IDEA 12.1.4production enviroment: PhpStorm 7.0source code is here.https://github.com/vexus2/IntelliJOpeninGitHub
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError in plugin
0 votes
Created
November 01, 2013 08:51
Thanks a lot!
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError in plugin
0 votes
Created
November 14, 2013 00:59
Hi Roman. Thank you for your response.I have interpreted that "ComplectionContributo" needs to trigger "Ctrl+Space".My perception wrong?I do not want to enter "Ctrl + Space". I want to suggest aut...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 21, 2013 05:35
Thank you for the information.I tried them, but they do not appear in the auto popup.Code is here.https://gist.github.com/vexus2/7576143"foo" and "bar" will be displayed in Basic Completion.but, th...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 21, 2013 08:30
It does not come in there when the auto popup.But, it stops at the break point when run the Basic Completion.
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 21, 2013 08:59
How do I stopped by a break point for the file of the jar?
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 21, 2013 09:42
"stopHere" has been called by PhpCompletionContributor$PhpMemberRefCompletionProvider.And, I could not debug because there is no source code of php.jar.Attachment(s):PhpCompletionContributor.class_...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
August 07, 2013 08:09
Thank you for response!I did not find the information that would be helpful. Can you show details such as sample code?
Community
IntelliJ IDEA Open API and Plugin Development
How do I add custom references to AutoCompletion?
0 votes
Created
November 15, 2013 01:28
Hi Peter. thank you for your response!I understand that you handle the auto-popup by TypedHandler.By the way, what is the list that appears in autoPopupMemberLookup?Is this CompletionContributor?If...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 19, 2013 06:04
Thank you for your response!What kind of ElementPattern should i set?I tried in a pattern like a screenshot, but they do not work properly.Attachment(s):CakeStormCompletionContributor.java_-__cake-...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes