JetBrains / JetBrains/resharper-devguide
C++ Support?
Open
- Dominant language
- No language data
- Stars
- 74
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to make something based off of [the renaming example](https://github.com/JetBrains/sample-resharper-plugin/blob/master/SampleReSharperPlugin/src/ContextAction/ToLowerCaseContextAction.cs) 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++.
Contributor guide
Assessment
This issue has not been assessed yet.