What is Javascript Explorer? Javascript Explorer (JSE) is a light weight Visual Studio 2010 extension designed for developers to make their client-side script (Javascript) development easy and hassle free.
Features
Why happens in current web development? While developing a web application, we often enclose commonly used (reusable) methods into a separate script file, so that our fellow developers can reuse it. Over time, this file will get bigger and bigger by adding more methods. It is not easy to memorize every method name and developers have to peek through the original source file for a particular method name or to know how a method is being implemented or to know what exactly happens under-the-hoods. In every case, developer has to open the script file and search for the respective method name or will disturb you asking for the same. To the worst, Javascript is case-sensitive language, means, if you type-inshowMessage() instead of ShowMessage(), it'll throw a script error. All this can terribly affect your valuable productive time. (Read More)
How JSE helps developers? JSE is a light-weight visual studio extension, which loads a javascript file and displays all method names and global variables.JSE is a window similar to your solution explorer or properties window. JSE has a live-search feature which allows you to search against the method names and global variables; and your search result will be filtered automatically. You can view the method definition aslive-preview by simply selecting it or can get a detailed look by double-clicking and opening in another window. Also you can copy a method name or global variable by simply pressingCTRL+C or from the context-menu, which avoids any chance of spelling mistake. Besides this, if you made any modification to the script file opened in JSE, you can simply reload the script file using therefresh button to view the modifications. JSE is built by Developer, for Developers! Happy Programming!
Feedbacks We value your feedbacks, critics and suggestion. So please feel free to drop-in your valuable words. If you find this useful, please do share it with your fellow developers and we appreciate to your kindness, time and effort. For more details, visit our website. |