visual-studio-codepeek

How can I disable the go-to-definition feature when double clicking in the Windows Peek utility?


I'm in html, I push alt key + click on class, I get peek css preview (its ok)

but now if i double click on "red" to select the word (for replace it), the double click => always jump to the definition in css file.

I juste want be abble to use double click to select text like as usual, how can i disable go to definition on double click ?

enter image description here


Solution

  • setting => editor.stablePeek

    check the box :)