Hello, I am coming from phpstorm and trying to setup my cursor in a similar way so I can comfortably switch full time, one of the things that is stopping me is code highlighting, I will provide an image
In the image above, its the same vuejs file, the top window is cursor and the bottom window is phpstorm, i have the same “One Dark” theme installed on both, What I’m trying to figure out is as you see in phpstorm, It’s really easy for me to quickly visually see that the blue color being passed to vue component is a return of a function, red is a global var and white is a local var, but with the top window in cursor they are all white so it’s hard to quickly visually know what type or format is being passed. Does anyone know anything I can do to get a similar visual style as what I have in phpstorm?
Thanks in advance.