We use a custom scripting language for some of our tools. We'd like to enable some IDE features when editing scripts in VS2012
In short, I want to write an extension which supports:
- Basic code highlighting
- Basic syntax checking
- Intellisense would be a nice to have
Are there any good examples of how to go about this? This MSDN article seems to be talking about what I need to do but doesn't give a decent guide on getting started - it simply jumps into what MEF contracts I could export. I need a more detailed example to answer my questions eg I don't have an "Extension" project type but I do have an "Add-in" one. Are they the same?