Songxilong Sxl
- Total activity 84
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 7
- Subscriptions 23
-
Songxilong Sxl commented, -
Songxilong Sxl created a post, Answeredmake popupList searchable
BaseListPopupStep<String> baseListPopupStep = new BaseListPopupStep<>("tags", tags);ListPopup listPopup = JBPopupFactory.getInstance().createListPopup(baseListPopupStep); how to make it support s... -
Songxilong Sxl commented, -
Songxilong Sxl commented, -
Songxilong Sxl created a post, Answeredcreate references do not navigate to PsiElement
I need to create a create a reference for PsiLiteralExpression , when cmd + click , I want show my own toolWindow and select relative Ui component.I read the SDK Reference Contributor, but... -
Songxilong Sxl created a post, Answeredwhy module.getModuleFile return null
call method com.intellij.openapi.module.impl.ModuleImpl#getModuleFile , follow the code to com.intellij.openapi.vfs.impl.FilePartNode#myFile(java.lang.Object), the parameter is .iml file path, ... -
Songxilong Sxl commented, -
-
Songxilong Sxl commented, -
Songxilong Sxl commented,