遠山晃
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 I want to add completion with no annotations.
Hi.You did a code completion of the class when you fill in the @property annotation.I do not want to write the "@annotation", but I want the same thing in plugin.Will there a way to accomplish this... -
创建于 NoClassDefFoundError in plugin
Hi.It works correctly in debug environment.However, "NoClassDefFoundError" in the production environment will occur.Can you think of what the cause of this? thanks!Stack trace is here.com/intellij/... -
创建于 How do I add custom references to AutoCompletion?
Hi.I'm developing cakephp framework plugin.so, I want to do is things like this image. Should I use "CompletionProvider#addCompletions" or "ReferencesProvider#registerReferenceProviders" or others?... -
创建于 How do I get method list from PsiFile or VirtualFile?
Hi.How do I get a method list from PsiFile or VirtualFile? -
创建于 How to create new file with dialog?
Hi.How to "create new file" dialog in intellij openapi with default filename parameter? Attachment(s):スクリーンショット_2013_06_16_21_29.png