Is there a way to obtain code window information based on cursor position using visual studio extension.
To be more clear:
If the cursor placed at line 10 in code window. Is there a way to obtain
Line Number using visual studio extensions
Code window text where cursor is placed using visual studio extensions
Any help on the above would be greatly appreciated.
Any sample code samples would of great help.
Thanks,