The method com.intellij.psi.PsiFile.putUserData is a Java function that allows storing custom data associated with a specific PsiFile object. This method, part of the IntelliJ Platform, enables developers to set arbitrary values to be retained and accessed later. The data can be of any type and is stored using a key-value pair. This feature can be useful for storing application-specific metadata or state information related to a PsiFile in an IntelliJ-based project.
Java PsiFile.putUserData - 16 examples found. These are the top rated real world Java examples of com.intellij.psi.PsiFile.putUserData extracted from open source projects. You can rate examples to help us improve the quality of examples.