Tag: VS2010
-
VS2010 Tips #7: How to make jQuery Intellisense work for external JavaScript file
Simply drag-n-drop the jQuery library from Solution Explorer to the opened external JavaScript file. The Intellisense should work now. Make donation to this article:
-
VS2010 Tips #6: Easy way to troubleshoot Visual Studio 2010 issues
Incompatible add-ons or system configurations can cause Visual Studio issues (performance issue, error, etc). Fortunately we can try to troubleshoot the issues by referring to the Visual Studio activity log. Simply run the following command to run Visual Studio 2010 and log its all activities. The log file will be generated to: XP %USERPROFILE%\Application Data\Microsoft\Visual…
-
VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now!
By default Visual Studio 2010 comes with Intellisense feature enabled. By the way, there are some cases that it’s disabled – can be caused by anything (setting changes on add-in installation, importing settings, human error, your teammate :), etc). The fix is simple, just open the Tools -> Options, then go to the Text Editor section.…
-
VS2010 Tips #4: H3Viewer – alternative Visual Studio 2010 help viewer
If you’re not comfortable with Visual Studio 2010’s help viewer (Microsoft Help Viewer 1.0), then H3Viewer will be a good alternative for you. This is much like the help viewer of Visual Studio 2005 ad Visual Studio 2008. What are you waiting for? Download it for FREE.
-
VS2010 Tips #3: Updating multiple Visual Studio 2010 Help content with a single download
Visual Studio 2010 comes with a new Help viewer. If you didn’t realize that, run the Microsoft Visual Studio 2010 Documentation and you will see what I mean (I assume you have installed it when you’re installing VS2010). Even though it provides lighter experience and updateable help contents, the pain starts when you’re updating the…