遠山晃
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created 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... -
Created 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/... -
Created 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?... -
Created How do I get method list from PsiFile or VirtualFile?
Hi.How do I get a method list from PsiFile or VirtualFile? -
Created 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