I am developing one code analyzer tool(VS 2010 Addin).
I am using EnvDTE(Automation Model) in add-in.
I am showing errors in error list window when code not meets the criteria. So, now i want to show wavy line under faulty code. So can any one give me idea about how i can do that?
If its not possible to show wavy line then is it possible to highlight the code when user double clicks the error in error list window.