doc/articles/additional-vscode-topics.md
To get started on using VS Code, head over to our guides.
In this page, you'll find other topics about VS Code support, such as code snippets or how to upgrade an existing app to use VS Code.
The Uno Platform extension provides additional features to help you develop your application.
You can explore them by pressing F1 or Ctrl-Shift-P and typing Uno Platform to see the list of available commands.
Page2.xamlpage then press the tab key to add the page markupPage2.xaml.cspage then press the tab key to add the page code behind C#UserControl1.xamlusercontrol then press the tab key to add the page markupUserControl1.xaml.csusercontrol then press the tab key to add the page code behind C#ResourceDictionary1.xamlresourcedict then press the tab key to add the page markuprd creates a new RowDefinitioncd creates a new ColumnDefinitiontag creates a new XAML tagset creates a new Style setterctag creates a new TextBlock close XAML tagAn existing application needs additional changes to be debugged properly.
.vscodelaunch.json and copy the contents of this file.MyExtensionsApp._1 with your application's name in launch.json.tasks.json and copy the contents of this file.You can find advanced Code debugging topic here.