Page 1 of 1

See all client side JS?

Posted: Mon Feb 09, 2015 9:31 pm
by GregMc

Is there a way in either the Project view or Source view to see all the client side javascript authored in the project in one place? Basically I'm looking for a way to do sort of a global search/replace since I want to do some renaming in my code. I'm hoping there is a way to some how see all the JS I have created in the project in one place rather than have to open each event handler, library, etc.


See all client side JS?

Posted: Mon Feb 09, 2015 10:37 pm
by Egor Kotov6832188

Hello Gregory.
Unfortunately, there is no single place where you can see all generated code.
Even if you make your app render in one HTML page, it will include all js only for pages, but js files still will be separate.

The best approach is to write all js code for each event handler in js file(s).