You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convert an ASTNode to an PsiElement and use Psi constructs. Those constructs can be rewritten to use less Psi functionality and as of that improve performance by reducing the chance of Psi cancellation checking.
The text was updated successfully, but these errors were encountered:
Originally posted by @mgroth0 in #2901 (comment)
Code blocks like below:
convert an
ASTNode
to anPsiElement
and usePsi
constructs. Those constructs can be rewritten to use lessPsi
functionality and as of that improve performance by reducing the chance of Psi cancellation checking.The text was updated successfully, but these errors were encountered: