JavaScript color scheme - imports etc.
Answered
I have tried to change the color schema of the blue-greyish elements you see on the left side of the screenshot. I've been unsuccessful despite trying to change literally everything to red. Is it possible to change those elements? I mean the one that are imported and that are later on having the same color when used in code.
Please sign in to leave a comment.
Are the imported elements resolved? What is a result of
Ctrl+clicking
them? If the imported module can't be resolved, the advanced syntax highlighting doesn't work for it and it's colored as plain text.After ctrl+click it jumps to the usages of these imports inside the same file (or different files but still to the usages). You're right, that was plain text, thanks so much!