Using Lowercase/Title Case Characters with Autocomplete/Intellisense

  • While typing SQL or PL/SQL, autocomplete suggestions will appear as you type, for example column names. You can also type a schema name followed by a period, for example HR. to use intellisense to view and select database objects.

  • You can click the i icon in the suggestions to get more details such as the schema objects the suggestion is associated with. Use the arrow keys to navigate through the suggestions, and the enter key to select a suggestion.

  • By default upper case characters will be used with autocomplete or intellisense suggestions. If you wish to use lower case or title case instead, go to the settings and change Intellisense › Suggestions: Keyword Casing and Intellisense › Suggestions: Object Name Casing to lowercase or titlecase.