Color scheme
Answered
I am using tider dark theme, but I'd like to have different colors on entity types.
How can I achieve this?
Thanks.
Jhonny
Please sign in to leave a comment.
Hi Jhonny! Try File | Settings | Editor | Color Scheme | Language Defaults | Markup | Entity.
sorry, I am still a bit lost.
If I have something like
void SomeMethod(MyType myType);
How do I change the color of MyType in that sentence?
You can change File | Settings | Editor | Color Scheme | Language Defaults | Keyword. But please note that "Keyword" relates to all keywords in your code, not only type name.
Looking the GetSomeClass method I'd like to change the SomeClass type color.
Could you please tell me, how big is your file?
Is your code looking like this in any file or only in this one?
Please, try to press Ctrl+Alt+Shits+8 in the editor and check colours again.
I made a new project with only that content that I posted here as an example.
I tried the keys that you gave me, nothing happens.
Jhonny
Jhonny,
could you please check if Code Inspection is enabled?
this has fixed my problem, thank you.
Jhonny