IntelliJ IDEA Community Edition doesn't support SQL files?
已回答
While researching IntelliJ IDEA Community Edition, I discovered that it doesn't support SQL files. However, when I created one, I received autocomplete help. Could this be wrong?
请先登录再写评论。
Hello Jmda363959
Yes, the community edition doesn't support SQL files. The support for SQL files is available only through the Database Tools and SQL plugin, which is tied to the Ultimate Edition.
Looks like what you're seeing is just the basic support for SQL as a language, which shows the basic file syntax highlighting and basic code completion for SQL syntax:
And for Ultimate Edition there's a full database integration tools, like in below example:
If you take a closer look to the file tab icon, you'll see that Community Edition treats the SQL file as a text file, while in Ultimate Edition it's treated as a SQL file with all the benefits that implies.