when I writing stored routines autocomplete works on:
- aliased table such as select a.AUTOCOMPLETE SHOWS from tab a
- after ctrl + space
but it would be nice to add shortcut for words in stored routine for example
begin ... declare vErr int default 0; ...
when i write procedure I use that and for now i have to copy it or write manually