madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

Please add support for Visual Studio 2017 #240

Open kelps opened 7 years ago

kelps commented 7 years ago

I want to start testing the new VS2017 at work, but it'll be harder without this awesome extension. Is there anything in the extension code that prevents it from working properly in the new Visual Studio?

DavidDeSloovere commented 7 years ago

Mads isn't planning support for VS2017. However, a lot of functionallity from Web Essentials has been extracted into small single-purpose extensions. Have a look here http://vsixgallery.com/ and maybe just install http://vsixgallery.com/extension/bb7e2273-9a70-4e5e-b4dd-1f361b6166c0/ which is a meta package that installs many usefull packages at once.

treefishuk commented 7 years ago

Thanks David. I installed the above and it is ace. Only thing missing is Emmet (zen coding).

valeriob commented 7 years ago

How do i generate Typescript intellisense files ? I can't find it in any extension. Thanks

madskristensen commented 7 years ago

@valeriob it's coming soon

DavidDeSloovere commented 7 years ago

@treefishuk I'm also missing the Emmet functionality. Anything you can share @madskristensen ?

madskristensen commented 7 years ago

For TypeScript definition file (.d.ts) generation in VS2017 you can now download this https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TypeScriptDefinitionGenerator

ZenCoding (Emmet) support is on my backlog and is coming soon.

treefishuk commented 7 years ago

Ace! Will look forward to that!

leniency commented 7 years ago

Is the "Inspect" functionality in one of the smaller extensions, or still in progress? I've checked out most of the small ones, but not seeing anything like the VS 2013/2015 "Inspect" mode that syncs back to the cshtml file in VS.