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
I am trying to make something based off of the renaming example for use in Rider for Unreal Engine. When declaring the IVariableDeclaration member, I am asked to choose between including JetBrains.ReSharper.Psi.CSharp.Tree, JetBrains.ReSharper.Psi.JavaScript.Tree, or JetBrains.ReSharper.Psi.VB.Tree. Does C++ support not exist for third party extensions? There are plenty of ReSharper/Rider built-in actions that support C++.
The text was updated successfully, but these errors were encountered:
I am trying to make something based off of the renaming example for use in Rider for Unreal Engine. When declaring the
IVariableDeclaration
member, I am asked to choose between includingJetBrains.ReSharper.Psi.CSharp.Tree
,JetBrains.ReSharper.Psi.JavaScript.Tree
, orJetBrains.ReSharper.Psi.VB.Tree
. Does C++ support not exist for third party extensions? There are plenty of ReSharper/Rider built-in actions that support C++.The text was updated successfully, but these errors were encountered: