I'm currently writing a Visual Studio extension. I want it to look and feel similarly to the rest of Visual Studio. Assuming, that I'll use WPF, what tools do I have to theme my editor to look like VS IDE? Are there any ready-made control templates available
for extension developer, such that I can apply them to my controls? Or do I have to do it the hard way and write all styles from scratch?
↧