Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10732
    ArthurZ
    Participant

    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?

    #10735
    Yutaka Emura
    Keymaster

    Hello,

    Please add @ to the Treat the following characters as alphanumeric text box on the Edit tab of Customize dialog box.

    Thanks!

    #10739
    ArthurZ
    Participant

    Awesome, thank you.

    One suggestion, since it is language specific, I suggest this feature shall reside in the configuration properties section.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.