Vitalii Iandulov
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Auto completion of the whole script with hotkeys
AnsweredAt 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 + ... -
Edited SQL formatting. Subquery in the same line as JION word.
AnsweredHow 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...