Change/Custom keyword in DataGrip Follow
Answered
Is it possible to declare or modify list of keywords in DataGrip?
Problem is simple:
- Code style configured as "Code Style -> Quotation -> Identifier quotation = quote" (required cause schema, table names, columns... are case sensitive in my database)
- Dialect is PostgreSQL
When i run code adjusting (option+command+L) IDE recognize operator of string concatenation in PostgreSQL || as keyword and quotes it, breaking adjusts, line breaks and making it ugly each time to run find/replace.
I even tried fix it with macros - but macros is broken in case of find/replace feature.
Please sign in to leave a comment.
KoNEW,
Could you attach a sample query to reproduce the issue or file a new bug in our bug tracker with details?
Hi, base sample below
Before adjust
After adjust
||/FOUND/SQLERRM - wrapped in quotes
Configs of style coding on screenshot (can send in email exported XML if it would be required)
I reproduced the issue and filed one in our bug tracker https://youtrack.jetbrains.com/issue/DBE-14912