Mobile Web Wearable Web

Web Tools

The Tizen SDK provides the following set of features and tools for Web application development:

  • Application generation management tools
  • Rule checking tools
    • Privilege Checker

      This tool allows you identify potential problems in the application code.

  • Editor tools
    • Content Assist

      This tool allows you to write quick and efficient code.

    • HTML Editor

      This tool makes it easy to write or edit HTML.

    • HTML Preview

      Show real-time previews of changes in an HTML file.

    • CSS Editor

      This tool makes it easier to write or edit CSS.

    • CSS Preview

      Show real-time previews of changes in a CSS file.

    • JavaScript Editor

      This tool makes it easy to write or edit JavaScript.

    • Code Beautifier

      This tool allows you beautify the code.

    • Code Minifier

      This tool allows you to minimize code.

    • Live Editing

      This tool allows you to apply source changes to the running application immediately (without building, packaging, and relaunching).

  • Application running and testing tools
    • Command Line Interface

      This tool set allows you to develop Tizen Web applications without the Tizen IDE.

    • Web Simulator

      This tool allows you to run your Web applications to develop and debug them.

    • Web Unit Test Tool

      This tool provides a set of features for testing the source code.

  • Analysis and debugging tools
  • Tips for tool usage
Note
Some of the IDE tools and views are visible only in specific IDE perspectives. To switch to the applicable perspective, go to Window > Open Perspective > Other and select the perspective you want.
Go to top