-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature: Jetbrains Rider plugin #246
Comments
Hello @vboiarkin, thank you for submitting this issue. We will try to get back to you as soon as possible. |
Thanks for the suggestion. As mentioned on Slack, this is something we would like to do eventually, but it's currently not on our roadmap. |
This would make it an instant buy for our team. The only reason we do not use Metalama right now is that it lacks Rider plugin. |
@TimeWanderer Which feature(s) are you missing without the plugin? |
Diff viewer and debugging generated code would be the biggest features. I should note that I didn't have a chance to try it out comprehensively, so I am not sure if you can set them up without the plugin somehow. |
Thank you for your feedback. Note that debugging generated code is not IDE specific. You can create a |
Thanks for the info. I assume there is no way to see the diff view or the result view after code generation is applied. Is that correct? |
@TimeWanderer There is no diff view in Rider. Technically, there is a way to see the generated code, but I'm not sure how useful it's going to be practice. You can do it by setting |
I've switched back to Rider after Visual Studio finally drove me to the brink of insanity and I mostly debug my aspects now by using compile time tests and looking at the outputs they generate. It's not the absolute smoothest experience but it is definitely a hell of a lot better than Visual Studio, for me personally at least. Still second the request for a Rider plugin though! |
@niklasstich It's also the diff feature you're missing? |
Yes, the diff feature is the main thing that's missing for me personally. What I tend to do is have Visual Studio open in the background just for looking at the diffs but actively working inside Rider, or just use the compile-time tests although those are quite verbose. |
I'm hoping to see some first-class JetBrains support soon. This is a big adoption barrier for me. |
It would be great to have support for Rider the same way we now have in the Visual Studio Plugin.
That would benefit for non-Windows .NET developers.
The text was updated successfully, but these errors were encountered: