Skip to content
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

Add support for VS 2017 #3

Open
jstevenson72 opened this issue Jan 9, 2017 · 3 comments
Open

Add support for VS 2017 #3

jstevenson72 opened this issue Jan 9, 2017 · 3 comments

Comments

@jstevenson72
Copy link

Please update for VS 2017.

@zastrowm
Copy link
Owner

I will update to VS17 eventually, but given the changes in packaging, it's not a straightforward fix.
I will investigate, however, to see if I can somehow add support while building in VS15.

@Grahamvs
Copy link

Has there been any progress on this? This has always been the superior "format on save" plugin, as I've never had any issues with it when I was using previous VS versions...

I find that other alternative plugins often give errors and / or stop working (which is what originally led me to your plugin), so it will be really great if this gets VS2017 support 😀

@zastrowm
Copy link
Owner

zastrowm commented May 7, 2018

Unfortunately no :: (

It turns out that R# changed their formatting to be asynchronous, so now when formatting is invoked, it won't be executed until after the file save., which means you then have to save the file, which means that formatting needs to occur again ☹️. This breaks the extension for current versions of R#, which is why I have not ported it to VS2017.

I'm following RSRP-115863 for R# to implement format-on-save natively, and I've also filed RSRP-465536 to re-implement formatting synchronously, but given how long both have stayed open without a response, I don't have much hope 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants