This extension provides a rich editing experience for NoesisGUI and the XAML markup language, using the NoesisGUI Language Server. The latest release of XAML Tools can be installed from the Visual Studio Code Marketplace.
NoesisGUI is a lightweight cross-platform user interface library optimized for games and real-time applications. It brings the power of XAML and WPF to Unity, Unreal and proprietary engines.
Visit our Documentation for more details and our Forums for feedback and suggestions.
Nodes and properties
Start typing a XAML tag or attribute and XAML Tools will show you a list of available symbols (controls, properties, etc.) at that location.
Property values
A wide range of properties support value completion, including objects, enums, types, element names.
Expressions
Full support for expression completion, including value completion for Binding paths and StaticResource/DynamicResource keys.
Color decorators allow you to see the current color of all Brush attribute properties in your document. Clicking a decorator will allow you to select a new value using the color picker.
XAML Tools shows you syntax and semantic errors as you type.
Open the XAML Preview panel and see a rendered preview of the active XAML document. This render is generated by NoesisGUI each time you make a change to the active document.
XAML Tools connects to a NoesisGUI Language Server, which is built on the NoesisGUI library, to provide language capabilities for XAML. The Language Server also provides information on supported types, which includes controls, extensions, converters, and view models.
Our Unreal and Unity plugins contain Language Servers, which are active while the Unreal/Unity editor is running. An editor Language Server will support all of the types available in the current Unreal/Unity project. XAML Tools will prioritise connecting to an editor Language Server, this process is automatic.
If no active Language Server is found, XAML Tools will connect to an embedded Language Server. This embedded Language Server is limited to native NoesisGUI types, custom classes are not supported.
You can verify which Language Server you are currently connected to by checking the status bar on the bottom right of the VSCode window.
- VSCode 1.63.0
- Windows or MacOS