emmet-docs
emmet-docs copied to clipboard
Visual studio 2010/12 support
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
Maybe later. I’ll check out VS plugin API
:+1: 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:
http://zencoding.codeplex.com
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 Chris
P.S. Emmet (Zen Coding) is really nice. Thx for this invention.
Sry for the double post, I have create it here: https://github.com/emmetio/emmet/issues/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... :-) VS is a great IDE, but don't you think they should have all features of emmet?
@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: Is this actually working? The http://docs.emmet.io/ site has no information regarding VS? Should we use the binaries or the manual method? Any chance for some more installation details?
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! :)
:+1: for VS plugin ("extension").
Have same problem as OP, need to use crappy VS at work :(