Answer the question
In order to leave comments, you need to log in
How to add highlighting sql code in rows on Intellij IDEA 14?
The 12th IDEA has a wonderful plugin - SQL support. It syntactically highlights the sql contained inside the java code, for example: String sql =
"SELECT t FROM Table WHERE t.id = 1000
";
Without this plugin, the code looks like this: String sql =
"SELECT t FROM Table WHERE t.id = 1000";
In the 14th, unfortunately, this plugin is not supported. Yes Is there any other way to turn on the backlight?
There is a similar question on stackoverflow.But there, as I understand it, the backlight is turned on only for one class.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question