Does anyone know if it’s possible to tweak the upper/lowercase settings of Code Completion? Our shop standard syntax is lowercase table alias with uppercase column/table/object name (see attached example):
SELECT a.COLUMN_A, a.COLUMN_B
FROM SOME_TABLE a
However, the code completion suggestions are all lowercase. It would be fantastic if we could tweak this option.
EXAMPLE 1.doc (26.5 KB)