Hi , I am looking for how i can highlight a particular line number which is provided by the user in vs package . I am aware that this can be done through MEF but i did not get any solution so far .
Suppose in code editor window my opened document has following line at line number 53 .
53 this.close();
user will provide a line number which he wants to highlight in a textbox which is in tool window . if he provides 53 then the above piece of code gets highlighted because that is line number 53 .