Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Tizen ExtensionNew to Visual Studio Code? Get it now.
Tizen Extension

Tizen Extension

Tizen

|
26,020 installs
| (8) | Free
Visual Studio Code Extension for Tizen App Development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Welcome to Visual Studio Code extension for Tizen

Visual Studio Code extension for Tizen (VS Code extension for Tizen) is a Visual Studio Code extension that enables you to develop Tizen .NET, Web and Native applications easily using Visual Studio Code. You can access most of its features by simply typing 'tizen' in the command palette.

Using VS Code extension for Tizen, you can:

  • Create a project from templates.
  • Edit code with IntelliSense.
  • Build your project and get a Tizen application.
  • Deploy your application to the device or emulator and run it.
  • Debug your application.
  • Remove your application from the device.
  • Launch Tizen Studio tools.

Prerequisites

The following prerequisites apply to the VS Code extension for Tizen:

  • Supported host platforms
    VS Code extension for Tizen supports the following operating systems:
    • Windows 10 (64-bit)
    • Ubuntu 18.04/20.04 (64-bit)
    • macOS 10.15 (Catalina)/ 11 (Big Sur)
  • Required tools The following tools are required, but they can be installed from VS Code extension for Tizen if they are not already installed:
    • Tizen Baseline SDK
      • Tizen CLI (Tizen Core)
      • Certificate Manager
      • Emulator Manager
      • Device Manager
      • Package Manager

Running VS Code extension for Tizen through VSIX Installation

To run VS Code extension for Tizen through VSIX installation:

  1. On the release tab, download the latest vscode-tizen-csharp - x.x.x. vsix release file.

  2. Open Visual Studio Code.

  3. On the Activity bar, click the Extensions icon (or press Ctrl + Shift + X).
    The Extensions side bar opens.

  4. On the Extensions side bar, click the ... (More) icon.

  5. Select Install from VSIX.

  6. Select the downloaded vscode-tizen-csharp - x.x.x.vsix file.

Installing Tizen Baseline SDK and Configure Location

When the VS Code extension for Tizen is run for the first time, it automatically installs a new Tizen Baseline SDK instance or sets the location of an already installed Tizen Baseline SDK(or Tizen Studio) instance.

If you want to install an additional Tizen Baseline SDK instance or change the Tizen Baseline SDK installation path, open the command palette and enter tizen install or tizen set path.

Using VS Code extension for Tizen

You can create and build a project, and deploy, run, and debug an application.

Creating Your First Tizen Project

To create a Tizen .NET project:

  1. Create an empty directory as the root directory for your Tizen project.
  2. In Visual Studio Code, open the directory.
  3. Open the command palette, and enter tizen create.
  4. Select Tizen: Create a new Tizen project.
  5. Select the relevant options from the subsequent quick pick lists.
  6. Define the project name.

Building Your Project

To build your project:

  1. Open the command palette, and enter tizen build.
  2. Select Tizen: Build a Tizen project.
  3. View the result in the Output window, and check the generated location for a package file with the .tpk or .wgt extension.

Note

If you have a certificate for a Tizen device, create a certificate profile using the Tizen Certificate Manager before building your project.

Deploying and Running Your Application in the Emulator

To deploy and run your application:

  1. To launch the Tizen Emulator Manager, open the command palette and enter tizen run.
  2. Select Tizen: Launch Tizen Emulator Manager.
  3. In the Emulator Manager, create and launch an emulator instance.
  4. To deploy your application to the target, enter tizen install and select Tizen: Install a Tizen application on the Tizen device.
  5. To run the application on the target, enter tizen run and select Tizen: Run a Tizen application on the Tizen device.

Debugging Your Application in the Emulator

To debug your application:

Note

If an emulator is already running, skip steps 1, 2 and 3.

  1. To launch the Tizen Emulator Manager, open the command palette and enter tizen run*.
  2. Select Tizen: Launch Tizen Emulator Manager.
  3. In the Emulator Manager, create and launch an emulator instance.
  4. In the Activity bar, select the Debug side bar.
  5. In the Debug view, open the Configuration drop-down box and select Add Configuration.
  6. In the command palette list, select the right configuration according to the project type.
  7. To start the debugging session, press F5.

Click here for more information on VSCode Tizen extension.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft