Adona
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
创建于 PsiSearchHelper - findFilesWithPlainTextWords not working
Hi, I'm trying to find all files that contains a specific word, like "TEMPLATE". This is my code: ... final PsiSearchHelper helper = PsiSearchHelper.getInstance(project); PsiFile[] pfs = helper.fin... -
创建于 Custom Language: using PSI elements to get data for intellisense
We have already developed a plugin which handles our custom language. Now we would like to get some data from the language in order to use it as code completion for another part of the ... -
创建于 Personalized settings for "Project view popup menu" not working
Hi, I'm developing a plugin for IntelliJ and I would like to reduce the number of menu for my users. I did a fine tuning for the main menu and for the toolbar and it works perfectly on my users int... -
创建于 Personalized settings for "Project view popup menu" not working
Hi, I'm developing a plugin for IntelliJ and I would like to reduce the number of menu for my users. I did a fine tuning for the main menu and for the toolbar and it works perfectly on my users int... -
创建于 Custom language - code completion assertion
Hi, I'm developing the code complition for our custom language, and down below there is a copy of a light version of our CompletionContributor class. The problem is that if I'm editing my file at t...