I have only tried Vim a few times, and am thinking of jumping in fully, but I was wondering if it had a feature similar to ZenSharp for ReSharper?
Eg. if I type ppiCount+
it would expand to:
public int Count { get; set; }
You use similar mnemonics for properties, fields, and classes. It's based on ZenCoding/Emmet.
Unfortunately I don't know much about Vim at all so I didn't get too far with googling. Would something like Vim macros work here? Or a Vim plugin like YouCompleteMe?
FYI, I'm going to be using VsVim for Visual Studio.