Menu
Sites
Language
Disable JavaScript analysis in Tizen Studio

Why does Tizen Studio insist on checking any JavaScript source code when building an app? The problem is that analysis takes way too long (when you actually have a sizeable chunk of JavaScript code and libraries and maybe even generated JavaScript code), making the whole thing completely unusable.

Have I missed any option to disable this completely ridiculous JavaScript analysis?

Responses

9 Replies
Oh Changseok

Dear Christof Meerwald,

You can set the option disable. Please refer to the below guide.

In the Tizen Studio, Open Windows > Preferences > Tizen Studio > Web > Editor > JavaScript Editor

Write the file name on the JSHint Properties > Exclude file that match these pattern from JSHint.

 

Isaac Ross

Thanks for the information

 W

The current (2024) correct way to deal with this is to place your pre-built JS files in `lib/` which Tizen Studio will ignore during 'build'.

 Bailey

Hello

 Miller

As a fellow developer, I empathize with your frustration regarding Tizen Studio's JavaScript analysis. It can indeed slow down the build process. One potential workaround is to modularize your code effectively, reducing the analysis burden. By the way, if you're looking for a fun break, check out Snow Rider , a game that’s both engaging and a great way to refresh your mind during those long coding sessions!

william Jons

Nice post.

Trudence Jimen

NICE INFORMATION

Trudence Jimen

NICE INFORMATION

 rayan

Information is good thnx