Skip to content

Commit 3ab78e9

Browse files
committed
Add expandable hovers
1 parent c8c6133 commit 3ab78e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:23c71d349cc8cffbfc763dac75c6ae44d17b8126436efd43ffc90f3078455027
3+
size 1275069

release-notes/v1_100.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ Thanks to a community contribution, we now have a context menu in the disassembl
196196

197197
### Expandable Hovers for JavaScript and TypeScript (preview)
198198

199-
<!-- TODO: mjbvz -->
199+
We've continued to iterate on the expandable hover feature for JavaScript and TypeScript. This feature lets you use a `+` and `-` in the hover widget to show more or less type information information.
200+
201+
<video src="images/1_100/expandable-hover.mp4" title="TypeScript Expandable Hover" autoplay loop controls muted></video>
202+
203+
This feature is still experimental but you can try it today by enabling `setting(typescript.experimental.expandableHover)`. You must be using TypeScript version 5.9 or above, for example by installing the [TypeScript nightly extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next).
200204

201205
## Remote Development
202206

0 commit comments

Comments
 (0)