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