Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set Oracle SQL Developer auto complete suggestions to lower case

I am using Oracle SQL Developer Version 4.0.3.16, Build MAIN-16.84. My problem is that when I start typing the table name (ex: employees, departments), the auto complete appears with upper case (ex: EMPLOYEES, DEPARTMENTS) ScreenShot and without selecting any of the suggestions. It is very annoying to see suggestions like

LAST_VALUE or LAST_DAY(SYSDATE) or LAST_DAY(SYSDATE) - SYSDATE

when you are typing

SELECT last_name FROM employees

. At the university we use an older version of this program and there I get auto correct hints in lower case and the first one is always selected (so pressing the Tab accepts the completion). This forces me to press the down arrow and Enter or Tab to accept the completion.

My perfect code would be something like keyword in Upper Case and table names is lower case, +the first completion suggestion should be always selected.

Is there a setting for this or this is a default feature of that older version, while the newer one lacks it? Or maybe this comes from the Oracle Express Edition? Thanks.

like image 726
MaXiMkA Avatar asked Sep 29 '22 11:09

MaXiMkA


1 Answers

Not sure about your version 2.1 we have an option to go to

Tools> Preferences>Code Editor> completion Insight

and Uncheck the option Change Case as you type

Hope it Helps

Vishad

like image 55
vishad Avatar answered Oct 02 '22 16:10

vishad