1154598
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited How to search class with short name or keywords in project?
AnsweredI want to search class qualified name with short name or keywords like code completion in project , and I use this code: AllClassesSearch.search(ProjectScope.getAllScope(project),project).filterin... -
Created How to register PsiFile's filetype?
AnsweredI want use the customer editor open my file , and i defined FileEditor,FileEditorProvider,Language,LanguageFileType , and register in plugin.xml.When i open the file , the virtualfile's file type i...