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

Tizen Extension

Tizen

|
28,630 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.

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.

Prerequisites

The following prerequisites apply to the Tizen VS Code Extension:

Supported Host Platforms

The Tizen VS Code Extension supports the following operating systems:

  • Windows 10 or later (64-bit)
  • Ubuntu 20.04 LTS or later (64-bit)
  • macOS 12 (Monterey) or later

Required Tools

Note: Unlike the previous Tizen VS Code Extension, this version does not require any pre-installed SDK tools.
All necessary components are automatically managed by the extension itself.

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-10.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-10.x.x. vsix file.

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. Open Visual Studio Code.
  2. In the Activity Bar, click the Tizen Extension icon.
  3. In the Primary Sidebar, click Create Project under Actions.
  4. Select dotnet as the Application Type.
  5. Choose the Platform version (for example, 10.0(TizenFX13))
  6. Choose the Target Device Type (for example, IOT).
  7. Select a Project Template (for example, TizenNUIApp).
  8. Enter a valid Project Name and Project Path.
  9. Click Create Project to generate the new Tizen project.

Building Your Project

To build your Tizen project:

  1. Open Visual Studio Code.
  2. In the Activity Bar, click the Tizen Extension icon.
  3. In the Primary Side Bar, click Build Project under Actions.
  4. Wait for the build process to complete.
  5. Check the build result in the Output view.
    • The generated package file (.tpk or .wgt) will appear in the project’s output directory.

Note:
If your project requires a signing certificate, ensure that a valid certificate profile is created before building.

Deploying and Running Your Application

To deploy and run your Tizen application:

  1. Open Visual Studio Code.
  2. Make sure a Tizen target (emulator or device) is running.
  3. In the Device Manager, select the desired target.
  4. In the Primary Side Bar, click Run Project under Actions.
  5. Wait for the deployment and execution to complete.
    • The application will automatically launch on the selected target.

Debugging Your Application

To debug your Tizen application:

  1. Open Visual Studio Code and load your Tizen project.
  2. Ensure a Tizen target (emulator or device) is running.
  3. Set one or more breakpoints in your source code.
  4. In the Primary Side Bar, click Debug Project under Actions.
  5. Interact with the application UI to trigger the breakpoint.

Click here for more information on VSCode Tizen extension.

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