-
Notifications
You must be signed in to change notification settings - Fork 61
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
Visual studio 2010/12 support #8
Comments
Maybe later. I’ll check out VS plugin API |
👍 to this! |
please support visual studio. |
i suggest to you see Zen Coding Visual Studio plugin Source Code which can help you to create Emmet plugin for Visual Studio: |
Seems like it can be done in the same way as for Sublime Text 2 - by embedding the V8 engine. I was able to do this fairly easy with C++ for my personal usage based on the sublime version, here is the source code and compiled binaries in case you are interested - https://github.com/sergey-rybalkin/emmet.net |
Oh, great! I’ll definitely check it out soon. |
I have seen this plugin for Zen Coding: http://visualstudiogallery.msdn.microsoft.com/abd79254-b4f7-492d-95ae-d9fa38e0af48 and this site: http://www.johnpapa.net/zen-coding-in-visual-studio-2012/ dont know at the moment whether its the same plugin or not, but I dont think so maybe it will help quick to build a fork or smth else of these plugins for emmet. I use VS 2012 and I hope it will come soon for emmet :). Regards P.S. Emmet (Zen Coding) is really nice. Thx for this invention. |
Sry for the double post, I have create it here: emmetio/emmet#167 |
Mad Kristensen added Zen Coding in Web Essentials 2012, http://vswebessentials.com/changelog This is the repository for it https://github.com/madskristensen/zencoding |
Would love to see a VS plugin also. |
@chrispaynter have you tried web essentials? as mentioned above.. works a charm for me |
any news on this one?.. |
@Merg1255 do you think there is a requirement for another plugin? what's wrong with the two that already exist? |
@blowsie well, web essentials include Zen Coding. But Emmet is much more than Zen Coding... :-) |
@Merg1255 I see now, this makes more sense. Anyone reading this page should probably vote on the WebEssentials user voice page http://webessentials.uservoice.com/forums/140520-general/suggestions/3405113-use-newer-emmet-project-that-makes-zen-coding-obso |
there should be a way to have python runtime integrate with VS, that would be so nice. |
There’s a work-in-progress VS plugin with official Emmet core: https://github.com/emmetio/emmet.net |
@sergeche the VS plugin idea seems fantastic! A few notes though: Thanks! |
@Merg1255 this plugin is not finished yet so it’s not available for “official” download. It is originally developed by @sergey-rybalkin and I’m going to try to finish it and make sure everything works as expected. I’m not aware of VS extensions should be installed, I guess you, as VS user, should know that. |
@sergeche thanks for your effort. Please let us know when the plugin will be ready! :) |
👍 for VS plugin ("extension"). Have same problem as OP, need to use crappy VS at work :( |
Although I use sublime text at home, at work I am stuck with VS2010. Are there any plans to support VS2012 or 2012?
Thanks,
Jon
The text was updated successfully, but these errors were encountered: