SQLComplete - Auto complete standard phrases
Posted: Thu 09 Feb 2017 22:46
Typing a query such as this:
SELECT
*
FROM
TableList l
LEFT
when I type the space after left, the autocomplete window pops up with a list of JOIN phrases such as JOIN, OUTER, OUTER JOIN. If I use the arrow keys to highlight OUTER JOIN and press space, it just adds OUTER instead of OUTER JOIN. If I click on the phrase OUTER JOIN with the mouse it adds OUTER JOIN as expected.
Same thing happens with ORDER BY, GROUP BY which is where I would find it useful as it is usually the default popup option.
SELECT
*
FROM
TableList l
LEFT
when I type the space after left, the autocomplete window pops up with a list of JOIN phrases such as JOIN, OUTER, OUTER JOIN. If I use the arrow keys to highlight OUTER JOIN and press space, it just adds OUTER instead of OUTER JOIN. If I click on the phrase OUTER JOIN with the mouse it adds OUTER JOIN as expected.
Same thing happens with ORDER BY, GROUP BY which is where I would find it useful as it is usually the default popup option.