I prefer to use string
because this type is used so much that I don't want the syntax highlighter blending it in with all the other classes. Although it is a class it is used more like a primitive therefore I think the different highlight colour is appropriate.
If you right click on the string
keyword and select Go to definition
from the context menu it'll take you to the String
class - it's just syntactic sugar but it improves readability imo.