M
M
mitekgrishkin2015-11-02 12:21:15
IntelliJ IDEA
mitekgrishkin, 2015-11-02 12:21:15

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

1 answer(s)
C
Cat Anton, 2015-11-02
@mitekgrishkin

https://www.jetbrains.com/idea/help/using-language...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question