Autocomplete for user defined variables
| User, date | Message |
|---|---|
|
Written by khurdus
1 year ago Category: Feature discussion 2 posts since Thu, 17 May 12 |
I have a feature suggestion. Currently autocomplete doesn't work for user defined variables. eg. set @CALIFORNIA = 7, @WASHINGTON = 9; SELECT * FROM TABLE_STATES WHERE NAME = @CAL # at this point if i press CTRL+SPACE the '@CAL' is # NOT completed to '@CALIFORNIA It would be great if autocomplete on the user defined variables |
|
Written by ansgar
1 year ago 3977 posts since Fri, 07 Apr 06 |
You need to type "@@session." or "@@global.", so the auto-completer knows what you want. |
|
Please login to leave a reply, or register at first. |