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
For aliases of tables, views, a list of columns is displayed
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
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
bottom of page