I'm trying to create a custom editor for my DSL in Visual Studio 2015. There is a help page that talks about it, but I don't see it in the project list.
I started of with a VSIX project solution and then tried to add a custom editor as suggested in
https://msdn.microsoft.com/en-us/library/bb166460.aspx
I only see :
- Editor Classifier
- Editor Margin
- Editor Text adornment
- Editor Viewport adornment
Is there a step by step example somewhere (for VS 2015)
Thanks
RobertoMpel