0

Starting from version 15, IntelliJ started putting double quotes around SQL identifiers during auto-completion inside Strings.

I tried changing this at Preferences > Editor > Code Style > SQL and General > Smart Keys, but without success.

Is there an option inside IntelliJ to turn this off?

Harm Brugge
  • 33
  • 1
  • 7
  • 1
    We know about it, please watch this issue: https://youtrack.jetbrains.com/issue/IDEA-118768 – moscas Jul 08 '16 at 11:24

1 Answers1

1

In my case changing SQL dialect from oracle to postgres removed quotes on auto complete.

Right click -> change dialect.

Siva
  • 7,780
  • 6
  • 47
  • 54