Search code examples
androidsqlsyntax-highlightingandroid-studio-3.0android-room

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

  • I found the answer from this link

    enter image description here