Vitalii Iandulov
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Vitalii Iandulov created a post, AnsweredAuto completion of the whole script with hotkeys
At the moment I am customizing the SQL code formatter. I need the editor to automatically complete each used column name with its source (table or alias, if available). I see that I can use Ctrl + ... -
Vitalii Iandulov commented, -
Vitalii Iandulov created a post, AnsweredSQL formatting. Subquery in the same line as JION word.
How can I force IDE to put "(SELECT..." in the same line as "JOIN"? It works well with subquery and "FROM"-word, it works well with table_name and "FROM"-word, but it works not in a correct way wit...