May 29, 2009
It's a nice time saver if you would like the HTML editor to automatically add quotes for the attribute values while you are typing. To set this option select Tools->Options. Check Show all settings. From the left pane select Text Editor -> HTML...
2 comments
Tags: Visual Studio 2008tips and tricksDeepak VermaEditorHTML
Mar 30, 2009
In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting. Check Place open brace on new line for functions. Deepak Verma SDET | Visual Web Developer
1 comments
Tags: Visual Studio 2008tips and tricksVisual StudioDeepak VermaEditorVisual Studio 2008 SP1JScript
Dec 28, 2008
Overtime C# source code files may have unnecessary & unorganized using directives. Visual Studio IDE organize using options can help you to unclutter the source code. To organize the C# code right click anywhere inside the code editor, select Organize...
1 comments
Tags: Visual Studio 2008VS2008tips and tricksVisual StudioDeepak VermaEditor
Nov 25, 2008
If you have a style defined as Class = ”fooRed” as shown below and want to quickly know what does fooRed style contain? < div class ="fooRed"> In RED </ div > Just place your cursor on fooRed and hit the F12 button...
0 comments
Tags: Visual Studio 2008VS2008tips and tricksVisual StudioCSSCSS and HTMLEditor
Nov 14, 2008
VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksCSSCSS and HTMLEditorValidationVSTS