====== WvdS VSCode UI Meta ====== The UI Meta extension manages the component registry and provides IntelliSense support for PXAML files. ===== Function and Purpose ===== The Meta extension provides: * **Component Registry** - Central database of all UI components * **IntelliSense** - Auto-completion for PXAML elements and attributes * **Property Documentation** - Inline help for properties * **Type Information** - Types, default values, constraints ===== IntelliSense Features ===== ==== Element Completion ==== Start with ''<'' and press ''Ctrl+Space'': {{ :de:int:vsce:fpc:p:meta-element-completion.png?400 |Element Completion}} The list shows all available controls with: * Element name * Brief description * Icon (if available) ==== Attribute Completion ==== Inside an element, ''Ctrl+Space'' shows available attributes: