跳到主要内容

Avalonia Visual Studio Extension - Settings

Multiple options are provided to allow you to configure the way the editor and previewer behave.

These can be accessed by selecting Options from the Tools menu inside Visual Studio.

Options dialog

SettingDescriptionOptions
Default Document ViewWhat is displayed when a document is openedSplit (Default) - Both the code and the previewer
Design - Just the previewer
Source - Just the source code
Split OrientationWhether to split the orientation horizontally or verticallyHorizontal (Default) - The editor and previewer are displayed side by side
Vertical - The editor and previewer are displayed one above the other
SwappedWhether the default position of the editor and previewer should be inverted when opening a document in 'Split' modeTrue if checked
Default Zoom levelHow to size the content in the100% (Default)
Various percentages
Fit to Width - Allow the preview to take the full width of the available space
Fit All - Fill the entire previewer
Minimum Log VerbosityThe minimum LogLevel for information output by the extensionTrace
Debug
Information (Default)
Warning
Error
Critical
None