'How to highlight SQL syntax of Room Dao in Android Studio
With new Room, How to highlight SQL Syntax in Dao
Interfaces?
For example @Query(SELECT * FROM user)
is it possible to highlight the words SELECT, FROM
with a different color and text format than the word user
?
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Samuel Robert |