-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support JetBrains Rider IDE as an editor #7948
Conversation
Rider is JetBrains .NET IDE, which supports the React plugin identically to other JetBrains IDEs such as Idea and WebStorm.
Hi djpowell! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
@djpowell, does this IDE also need config files added to our template |
@djpowell I'm confused - Rider is for working with dotnet solutions. Why would you use for working with CRA? There is a more suitable Jetbrains product for this kind of projects - WebStorm and it is already handled correctly in this repo. |
WebStorm works great, but the React plugin that WebStorm uses is available to use from IntelliJ Ultimate, Rider, and JetBrain's other IDEs too. I'm working on a Rider solution containing a C#/ASP.NET project for the server code, and a node project containing a CRA app. This scenario was already supported with IntelliJ for Java, but not in Rider for .NET. |
@mrmckeb Rider uses |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Rider is JetBrains .NET IDE, which supports the React plugin identically to other JetBrains IDEs such as Idea and WebStorm.