Open kelps opened 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.
Thanks David. I installed the above and it is ace. Only thing missing is Emmet (zen coding).
How do i generate Typescript intellisense files ? I can't find it in any extension. Thanks
@valeriob it's coming soon
@treefishuk I'm also missing the Emmet functionality. Anything you can share @madskristensen ?
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.
Ace! Will look forward to that!
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.
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?