H
H
houdy222019-03-21 09:48:51
Sass
houdy22, 2019-03-21 09:48:51

How to remove function hints in VS Code?

I can’t find where these annoying hints of some functions in CSS are removed in VS Code.
5c9334130c606110783432.png
Maybe someone has come across this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Polina Emelyanova, 2019-11-19
@bugo_aneo

If you haven't abandoned the editor yet, try this code

"[css]": {
    "editor.hover.enabled": false,
  },
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features",
    "editor.hover.enabled": false,
  },

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question