How to Disable JavaScript Analysis in Tizen Studio

Original Created Feb 13, 2017 | Regeneration Apr 22, 2026

Tizen Studio performs JavaScript analysis during app builds, which becomes problematic when working with large JavaScript codebases, libraries, or generated JavaScript files. This analysis significantly increases build times, making the development process inefficient.

Is there a way to completely disable this JavaScript analysis feature in Tizen Studio?

Problem Understanding

Tizen Studio's built-in JavaScript analysis (JSHint) can cause significant delays during development, especially when working with large JavaScript projects or third-party libraries. This feature is enabled by default to provide code quality checks, but developers may need to disable it for better performance.

Solution Methods

  1. Disabling JavaScript Analysis for Specific Files:

    • Open Tizen Studio
    • Go to Windows > Preferences > Tizen Studio > Web > Editor > JavaScript Editor
    • Under JSHint Properties, add file patterns to exclude from analysis in the "Exclude file that match these pattern from JSHint" field
    • Common patterns to exclude:
      • *.min.js (for minified files)
      • */lib/*.js (for library files)
      • */dist/*.js (for distribution files)
  2. Disabling JavaScript Analysis Completely:

    • In the same preferences section, uncheck "Enable JSHint validation"
    • This will disable all JavaScript analysis in Tizen Studio

Additional Tips

  • When excluding files, use specific patterns to avoid accidentally excluding your main application files
  • Consider keeping analysis enabled for your core application code while only excluding third-party libraries
  • Remember that disabling analysis means you won't receive potential error warnings, so use this option judiciously

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.