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
Apr 29, 2009
Do you copy/ paste a lot of unformatted HTML content in to your web forms? Do you always format HTML after pasting such content? There is an easy way to automatically format HTML on paste in VS. Here is how you do it. In Tools->Options dialog, go to...
6 comments
Tags: EditorRanjini MathruboothamHTMLAutomaticPasteFormattingOptions
Apr 28, 2009
If you make a lot of customization to per tag options and you want import/ export these settings you could easily do so with Tools->Import/Export Settings dialog. To export your custom settings to a vssettings file, launch Import and Export Settings...
5 comments
Tags: EditorRanjini MathruboothamPer Tag OptionsSettingsExportHTMLImport
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