
I would like to create custom views within the syntax editor to supply advanced editing. I have two separate features that I would like to test out.
First, create something akin to the resharper hammer: http://www.jetbrains.com/resharper/features/screenshots/50/context_action_C_12.png
Second, create something that resembles a checkbox tree control so that the user can check options and have the code change accordingly (appearing just like an IntelliPrompt window, but with the tree instead of a list).
I cannot tell if I should be trying to create custom adornments or custom IntelliPrompt windows to imlement this functionality. Do you have any guidance or help topics that I can look into?