Closed pnsrinivasreddy closed 5 months ago
Any plans of bringing Vscode peek window https://code.visualstudio.com/docs/csharp/navigate-edit#_peek-definition as a webview ui toolkit react component
import { VSCodePeekWindow } from "@vscode/webview-ui-toolkit/react"; <VSCodePeekWindow>...</VSCodePeekWindow>
Only few components are available to use https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/src/react/index.ts
Hey @pnsrinivasreddy!
Unfortunately, there are no plans at this time to bring a peek component to the toolkit. Thanks for the request though!
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
Current behavior
Only few components are available to use https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/src/react/index.ts