Hi.
Apologies if I have posted in the wrong forum!
Hope someone can help me? I'm new to Visual Studio but not new to .NET. In
my previous development IDE (Dreamweaver) you could hold CTRL + SHIFT + SPACE
and it would insert a non-breaking space " " into your code.
Is there anyway I could achieve this in Visual Studio?
Thanks
Matthew
> Apologies if I have posted in the wrong forum!
>
[quoted text clipped - 4 lines]
>
> Is there anyway I could achieve this in Visual Studio?
Well, I suppose you could write a macro and assign it to a key combo, but
you might be better off just typing Alt+0160.
Matt_McGowan - 03 Mar 2008 09:34 GMT
Thanks Jeff, I hadn't thought of that.
> > Apologies if I have posted in the wrong forum!
> >
[quoted text clipped - 7 lines]
> Well, I suppose you could write a macro and assign it to a key combo, but
> you might be better off just typing Alt+0160.