How to make SQL editor inspect snytax in Intellij IDEA 13?

Viewed 7774

Back to 12, if I remember correctly, when editing a SQL file in SQL editor, IntelliJ IDEA will ask me what dialect am I using, and inspect its syntax.

However, with the new database tool in 13, by default the SQL editor validate nothing, I can only auto complete keywords.

The Database and SQL support plugins are enabled.

Do I need to setup anything else in order to get it works in SQL editor ? or some other options I should make sure it is enabled ?

1 Answers
Related