Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
213 views
in Technique[技术] by (71.8m points)

javascript - In VSCode, how do we get preview of an elements over tooltip?

I'm new into programming world and currently following some tutorials over the Internet. Long story short, here's the problem I'd encountered.

1. When I hover over my code, a minimalized tooltip is shown as below.

2. In the tutorial, when the lecturer hover over the same code, it shows the actual value instead.

Is there any ways to customize the tooltip shown to me every time when I hover over something? I've tried holding down ALT key but it doesn't work.

I was coding along with the tutorial, so there shouldn't be any difference between my code and the tutorial's code. I just found it useful if I can see the values every time when I hover over them.

question from:https://stackoverflow.com/questions/65933322/in-vscode-how-do-we-get-preview-of-an-elements-over-tooltip

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I think you need to install the following extension in vscode: Visual Studio IntelliCode


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...