JavaScriptPrettier icon indicating copy to clipboard operation
JavaScriptPrettier copied to clipboard

Add support for Visual Studio 2022:(

Open israel-lpz opened this issue 4 years ago • 9 comments

Description

It would be great if they added support for the new Visual Studio 2022

Current behavior

It does not appear in the marketplace

Expected behavior

Appear in the marketplace

israel-lpz avatar Sep 09 '21 15:09 israel-lpz

+1 to this, it would be really great. Shame it's not like VSCode where app versions aren't a concern at all, but I know they're different products.

jack3898 avatar Dec 22 '21 21:12 jack3898

@madskristensen I can take a crack at doing this for you

tommck avatar Jan 06 '22 14:01 tommck

@madskristensen - actually, this is causing some difficulties.. missing project references, etc. Seems like your project requires the Extensibility Tools package which isn't supported in VS2019 or VS2022 from what I can tell :(

tommck avatar Jan 06 '22 16:01 tommck

Yes, I upvote this. It would be great if you can support VS 2022 or support C# & C++ in the visual studio community.

ahmedesoliman avatar Apr 05 '22 23:04 ahmedesoliman

@ahmedesoliman this can only support what Prettier supports

tommck avatar Apr 06 '22 11:04 tommck

I want Prettier its already 3rd quarter of 2022... still prettier is not working

ProgrammingInBlood avatar Sep 07 '22 13:09 ProgrammingInBlood

Any updates on whether we will see Prettier Support for Visual Studio 2022 before the end of 2022???

connormahern-MW avatar Nov 08 '22 18:11 connormahern-MW

@connormahern-MW I don't think this plugin is maintained anymore - and I don't think @madskristensen looks at the issues - or is simply too busy.

I ended up moving to Rider, because web development using modern techniques, that is not Blazor, is sub-par in Visual Studio (non code) - so I have not used this plugin since.

I think the better solutions is, for someone to fork it, and make an updated plugin - or just give up and use something better for web development, than Visual Studio - as I think that web developers using modern frontend toolchains, is not really the priority group for the full Visual Studio - as most of them is using Visual Studio Code. The Visual Studio team is doing a great job - but they just have to prioritize - and MS already makes the most popular editor for web development. (vscode)

@madskristensen Is it an idea to make a note on the repository that this plugin has reached end-of-life? Maybe that will spark a main fork, that can add support for 2022 and beyond? If you have the time, then if you can give someone some notes about what have to be done to the plugin, to make it compatible with 2022 - then that would properly make it way easier for someone to take over.

jesperbjensen avatar Nov 10 '22 09:11 jesperbjensen

Yeah, looks like this is dead.

What about https://marketplace.visualstudio.com/items?itemName=RichNewman.TypeScriptAnalyzerEslintPrettier

rwb196884 avatar Jun 26 '23 08:06 rwb196884

What about https://marketplace.visualstudio.com/items?itemName=RichNewman.TypeScriptAnalyzerEslintPrettier

Anyone managed to use this to replace the Prettier plugin? How do I make it to simply format-on-save using the default prettier formatting rules and not introducing any other rules?

gedri avatar May 26 '24 11:05 gedri