GreenBudgie
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 7
-
创建于 Is it safe to cache any PSI element if I use PsiModificationTracker.MODIFICATION_COUNT
已回答Hi,I am curious is it safe to cache project-wide PSI elements if I use PsiModificationTracker.MODIFICATION_COUNT. If I try to cache a PSI element from another file, I get the following error: ... i... -
创建于 Tests fail when using intellij 2022.1.*
已计划I am currently trying to build my plugin using earlier version of intellij - 2022.1.4. It is building fine and I can even run the intellij with the plugin, but there is a problem.I get the followin... -
已编辑于 FileTypeIndex is unstable in tests
已回答I have a file type that is identifiable by virtual file: object TopLevelFormFileType : LanguageFileType(JsonLanguage.INSTANCE), FileTypeIdentifiableByVirtualFile { override fun getDefaultExtens... -
创建于 JsonStringLiteral as declaration with rename action
已回答I'm currently working on a plugin that extends JSON language in some way. I want to have a reference that resolves to JsonStringLiteral that is a value of a JSON property.For example, consider the ...