-2

Whenever I hover props of an element, VS Code shows tips like a pop up. For example in this picture it shows the type of the stroke-linejoin:

VS Code

I need to disable this behavior and replace it with a button press.

How can I remove the hover popup tips on elements properties and replace it with another shortcut key?

1
  • What language is this? HTML, XML? It'd help to add the tag for it. Commented Jul 19, 2024 at 15:59

1 Answer 1

1

Disabling Hover Tips on VScode

Go to Settings (Ctrl+,). Search for hover. Find Editor: Hover: Enabled and uncheck it. 

Setting a Shortcut Key for Show Hover

Open Keyboard Shortcuts (Ctrl+K Ctrl+S). Search for editor.action.showHover. Click the pencil icon next to it and set a new shortcut key like Ctrl+Shift+I. 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.