top of page
![Волнистый абстрактный фон](https://static.wixstatic.com/media/11062b_db8f5ddb085b41fda169efb854f9b69e~mv2.jpg/v1/fill/w_42,h_24,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/11062b_db8f5ddb085b41fda169efb854f9b69e~mv2.jpg)
![](https://static.wixstatic.com/media/513478_a3290e79ef484986811c6db9c839ddcc~mv2.jpg/v1/fill/w_93,h_93,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/logo-cerebrosql.jpg)
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](https://static.wixstatic.com/media/513478_cf9ce2de4a60435a982d128520c691dc~mv2.jpg/v1/fill/w_600,h_358,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/sql%20editor%20-%20show%20code%20compliter%201.jpg)
For aliases of tables, views, a list of columns is displayed
![sql editor - show code compliter 2](https://static.wixstatic.com/media/513478_8f2f30d384324015a767ad1a45930b39~mv2.jpg/v1/fill/w_600,h_358,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/sql%20editor%20-%20show%20code%20compliter%202.jpg)
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](https://static.wixstatic.com/media/513478_1ca32cccf85645f48417d3f413b0c592~mv2.jpg/v1/fill/w_108,h_49,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/sql%20editor%20-%20show%20code%20compliter%203.jpg)
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](https://static.wixstatic.com/media/513478_da0692c088b14e078ab98f93332435e5~mv2.jpg/v1/fill/w_108,h_65,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/sql%20editor%20-%20show%20code%20compliter%204.jpg)
bottom of page