Change Code Completion Highlight color
Hello, silly question is there a way to change the highlight color for code completion. like for example when I if()-Tab, creating an if statement it will direct me to the condition statement with an orange that does not match my theme and it's driving me insane. I've spent the past two hours trying to change this with no luck,
Here's an example of the highlight color I'm talking about
Thanks
Please sign in to leave a comment.
Hello Diego,
`if` is a live template in your case, and you can change its color in `File | Settings | Editor | Color Scheme | General` -> Templates -> Live Template
Please let me know if you have any questions.