-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Please add support for Visual Studio 2017 #240
Comments
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. |
@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?
The text was updated successfully, but these errors were encountered: