Re: property snippet outlining problem
chris Burgess <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.clr |
|---|---|
| Message-ID | <[email protected]> |
I type in 'property' and press tab. As soon as I click out of the
property definition that's created, it collapses down the the private
var line.
e.g.
Private _test As String
Public Property Test() As String
Get
Return _test
End Get
Set(ByVal value As String)
_test = value
End Set
End Property
will collapse down to:
Private _test As String...
On Jan 15, 2008 11:10 AM, Peter Ritchie
<[email protected]> wrote:
> I assume you mean outlining collapse...
>
> I don't see this, how are you adding properties with the snippet?
>
> ===================================
> This list is hosted by DevelopMentor(R) http://www.develop.com
>
> View archives and manage your subscription(s) at http://discuss.develop.com
>
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com