Expand description
Rust idiomatic bindings and SDK for the Command Palette.
Modulesยง
- _cookbook
- Cookbook for
cmdpal-rs - bindings
- Raw bindings for
Microsoft.CommandPalette.Extensions - cmd
- Commands - the foundation of Command Palette.
- cmd_
item - CommandItem represents commands in menus and lists
- cmd_
provider - Command Provider that provides extension information and commands.
- cmd_
result - Execution result representation of
InvokableCommand - content
- Contents that can be displayed in
ContentPage. - ctx_
item - Context menu items.
- details
- Types for displaying the details tab.
- ext
- The
Extensionstruct. - ext_
api_ stubs - API Extension stubs for future interfaces in Command Palette.
- ext_
factory - Convenient implementation of
IClassFactoryfor extensions. - ext_
registry - Convenient extension registry for Command Palette extensions.
- fallback
- Fallback command items for command items with dynamic attributes.
- filter
- Types for filtering a list in Command Palette.
- host
IExtensionHostrelated functions and types.- icon
- Icons for Command Palette.
- notify
NotifyLockstruct and event handling utilities- page
- Pages which can be used to provide more information.
- prelude
- Common types and traits used across the cmdpal library.
- settings
- Types for building extension settings page.
- utils
- Utility types and traits for Command Palette