Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.2k stars 130 forks source link

Add support for Rider 2023.2 #433

Closed ComradeNixco closed 1 year ago

ComradeNixco commented 1 year ago

Is your feature request related to a problem? Please describe. Rider has updated to 2023.2 and this version isn't suupported by XamlStyler

Describe the solution you'd like Have it support Rider 2023.2.

Describe alternatives you've considered Downgrade Rider while waiting for this update

timahrentlov commented 1 year ago

Yup. Would be nice to have support.

MaxShustov commented 1 year ago

Would be great to have support

ComradeNixco commented 1 year ago

Also, question since I don't exactly know how versionning of plugins work, isn't it possible to have the extension support all minor versions of a major one like 2023.* or there's too much differences in Jetbrain's "minor" versions?

NicoVermeir commented 1 year ago

@ComradeNixco it used to be that you had to update the extension on every new Rider release. Apparently they have changed that and it should be possible to include more versions but I would need to look into how that works

EmilAlipiev commented 1 year ago

So it is only a matter of compile and publish?

NicoVermeir commented 1 year ago

@EmilAlipiev It's a matter of adjusting some values in config files, compile and push

grochocki commented 1 year ago

Update was submitted! It should be live as soon as the submission is approved.