Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- January 9, 2013 at 8:11 pm #10732ArthurZParticipant
I code in T-SQL say
DECLARE @MyVarable AS CHAR(20);
Now when I need to copy it the double-clicking only highlights the MyVariable portion of the variable (omitting the @ sign). This makes me undo and copy using keyboard or mouse which is slower.
So I am curious if is it possible to make the selection of SQL variables with a double-click?
January 9, 2013 at 10:45 pm #10735Yutaka EmuraKeymasterHello,
Please add @ to the Treat the following characters as alphanumeric text box on the Edit tab of Customize dialog box.
Thanks!
January 10, 2013 at 2:18 pm #10739ArthurZParticipantAwesome, thank you.
One suggestion, since it is language specific, I suggest this feature shall reside in the configuration properties section.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.