William Robertson
Member³
When I type the beginning of a function name, e.g. 'nv', Code Assistant kicks in and suggests a list of matching keywords (NVARCHAR2 etc). When I select 'NVL', it places 'nvl' at the prompt, in bold but lowercase. It only switches it to uppercase (my preference setting) when I enter a space after the function name.
My preference is write function names with no space before the bracket, e.g:
NVL(x,y)
UPPER(z)
Therefore whenever I let Code Assistant complete a function name, I have to either leave a space after it then go back and remove it, or else leave it lowercase and then go back and use Apply Syntax Case.
My preference is write function names with no space before the bracket, e.g:
NVL(x,y)
UPPER(z)
Therefore whenever I let Code Assistant complete a function name, I have to either leave a space after it then go back and remove it, or else leave it lowercase and then go back and use Apply Syntax Case.