Query editor: code completion | CerebroSQL
top of page
Волнистый абстрактный фон

Code Completion in Query Editor

The code hint helps speed up writing a query by suggesting the names of schemas, tables, views, functions, procedures, packages, columns.

The code hint is activated by pressing the dot " . " button or the keyboard shortcut Ctrl + Space

sql editor - show code compliter 1

 

For aliases of tables, views, a list of columns is displayed

sql editor - show code compliter 2

For PostgreSQL ( GreenPlum ) DBMS tables, the technical columns of the tables are also displayed

For SQLite databases, a list of pragma commands is additionally displayed  

sql editor - show code compliter 3

The code completion mechanism allows you to display hints when you enter part of the object name. The tooltip is displayed after pressing the key combination Ctrl + Space

sql editor - show code compliter 4
bottom of page