I am working with Visual Studio 2008 editor. Is there a way to take a piece of text for example, highlight it and use shortcuts to quickly add markup?
For example, lets say I have a text, I went to: the store and I want to bold it, I have to type <b>the store</b>. Is there a quicker and easier way to do this?
I am working with Visual Studio 2008 editor. Is there a way to take
Share
With HTML Editor just press Ctrl+B…
With regular text editor VS does not provide something build-in, but you can add custom macros. Something like the following will do job for you.
You can then assign it to the short-cut or add button to your toolbar.