Closed gagbo closed 3 years ago
We just hardcoded it for all metals decorations as comment because metals didn't provide overlay type, only colors: https://github.com/emacs-lsp/lsp-metals/blob/9f82ebee48d32cd7bbc3e64b84d1ef5b0926195b/lsp-metals.el#L445
Do they look different in vscode?
No no I’m okay with that, it’s just that I prefer those to be different from comments, so I was wondering which face to change.
Would it be possible to put a custom there, or use the lsp-details-face
It seems to be the one to use ?
I think it’s easier to provide a patch to show what I mean
Hello,
Sorry for the dumb question (I don't think there's a gitter specifically for lsp-metals, but I've been wrong before), but I'm using the
lsp-metals-show-inferred-type
variables, and I thought that the hints would use thelsp-details-face
but instead I think I have a face that resemblescomment
.Do you know which face is actually used for those inline hints ? How should I find out about these in general ?
Thanks for the package,
Gerry