vscode-webview-ui-toolkit
vscode-webview-ui-toolkit copied to clipboard
A component library for building webview-based extensions in Visual Studio Code.
### Feature request Add spellcheck to vscode-textarea ### Expected behavior Flag words as incorrect and generate a context menu with suggested corrections. ### Current behavior The spellcheck feature is not...
### Feature request To match the precedent set by VS Code core, update the `vscode-tag` component to allow text with any casing applied to it. ### Current behavior Text inside...
Context: Pasted below is a the contents of a linked bug from vscode for edu testing. We use vscode.dev + the vscode webview UI toolkit to provide our UI. In...
Context: Pasted below is a the contents of a linked bug from vscode for edu testing. We use vscode.dev + the vscode webview UI toolkit to provide our UI. In...
Type: Bug Issue with VSCodeDropdown component in VS Code WebView plugin: When using `ctrl + s` to save, whether the `onChange` event is triggered again and the content displayed under...
### Feature request Provide a simple component that can render code snippets in a webview with syntax highlighting, themes, and settings considered. They could be read-only initially, but perhaps making...
### Feature request I want to render a vscode-link component inside the cell of a data-grid? Is that possible? It currently show [object HTMLElement] for me.  ### Expected behavior...
### Feature request VS Code component for the standard HTML `optgroup` element for organizing `vscode-dropdown` `vscode-options`. ### Expected behavior To be able to organize `vscode-options` in a `vscode-dropdown` using `vscode-optgroup`...
### Feature request It would be great if this toolkit provided a progress bar based on [the VS Code progress bar](https://github.com/microsoft/vscode/blob/0bf30719729d76dc3db934ac2e04eed892a9ae7e/src/vs/base/browser/ui/progressbar/progressbar.ts) that appears at the top of views while they...
Given their usage both in VS Code core and in various extensions, I think it would be useful to provide a small variant of the text button. This would also...