Is there any way to recognize and extract a chunk of code that has been highlighted by clicking and dragging using the ReSharper SDK?
Asked
Active
Viewed 82 times
1
-
What do you mean by *clicking and dragging*? Do you mean to get the text selection from the editor? Or something else? – Dmitri Nesteruk Jun 16 '13 at 17:14
-
Yes, exactly: text selection from the editor. – wemblem Jun 17 '13 at 02:35
-
But not selection using the caret... – wemblem Jun 17 '13 at 22:55
-
Anyone? I want to be able to analyze the text selection from the editor and make sure it is a part of a method body. – wemblem Jun 21 '13 at 21:33