microsoft / vscode-webview-ui-toolkit

A component library for building webview-based extensions in Visual Studio Code.
MIT License
2.02k stars 142 forks source link

Vscode peek window as a webview ui toolkit react component #549

Closed pnsrinivasreddy closed 5 months ago

pnsrinivasreddy commented 7 months ago

Feature request

Any plans of bringing Vscode peek window https://code.visualstudio.com/docs/csharp/navigate-edit#_peek-definition as a webview ui toolkit react component

Expected behavior

import { VSCodePeekWindow } from "@vscode/webview-ui-toolkit/react";

<VSCodePeekWindow>...</VSCodePeekWindow>

Current behavior

Only few components are available to use https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/src/react/index.ts

hawkticehurst commented 5 months ago

Hey @pnsrinivasreddy!

Unfortunately, there are no plans at this time to bring a peek component to the toolkit. Thanks for the request though!