GreenBudgie
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 7
-
Created Is it safe to cache any PSI element if I use PsiModificationTracker.MODIFICATION_COUNT
AnsweredHi,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... -
Created Tests fail when using intellij 2022.1.*
PlannedI 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... -
Edited FileTypeIndex is unstable in tests
AnsweredI have a file type that is identifiable by virtual file: object TopLevelFormFileType : LanguageFileType(JsonLanguage.INSTANCE), FileTypeIdentifiableByVirtualFile { override fun getDefaultExtens... -
Created JsonStringLiteral as declaration with rename action
AnsweredI'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 ...