Contents tagged with Editor
-
Tip#102: Did you know… How to specify tag specific formatting
Let’s see this with an example. I have the following html code on my page.
-
Tip#66: Did you know... how to insert quotes values automatically while typing the attrib values?
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.
-
Tip #59: Did you know…How you can automatically format unformatted HTML on paste in VS?
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.
-
Tip #58: Did you know…How you can import/ export HTML Per Tag options in VS?
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.
-
Tip #49 Did you know… how to set the editor to always place open braces on new line for functions in JScript?
In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting.
-
Tip #37: Did you know…How to organize usings?
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.
-
Tip #28 Did you know… That “Go to definition” is supported for CSS Class?
-
Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?