VS 2008 driving me crazy...


Author
Message
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
The editor in VS 2008 keeps autohiding my properties, while I'm typing in them. I.e. I have a standard property, with xml comments, like:



Private _myProp As Integer



'''<Summary>

''' I'll be typing here especially and the damn thing hides itself on me...

''' </Summary>

''' etc.

Public Property MyProp() As Integer

Get

Return _myProp

End Get

Set(value As Integer)

_myProp = value

End Set

End Property




When it hides itself it'll look like:



private _myProp As Integer...




Any idea on how to alter this behavior?
Replies
Bill Cunnien
Bill Cunnien
StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)
Group: Forum Members
Posts: 785, Visits: 3.6K
When I took the tape off, it mangled my code, turning it into C# with calls to unmanaged assembly code.

LOL Laugh Laugh Laugh

Paul Chase
Paul Chase
Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)
Group: Forum Members
Posts: 414, Visits: 2.8K
Greg ,

I'm talking about outlining under  Edit.. you need to be in a source file for the munu option to show, shortcut is it is like Ctrl M + Ctrl M

Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Gotcha. OK, I'll look into that.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Greg McGuffey - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Greg McGuffey - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Greg McGuffey - 17 Years Ago
                         Dude...your computer is possessed :D
Trent L. Taylor - 17 Years Ago
                             Have you tried some duct tape?
Bill Cunnien - 17 Years Ago
                                 Greg, Look under edit - outlining ,I use the short cuts thereto...
Paul Chase - 17 Years Ago
                                 [quote][b]Bill Cunnien[/b][hr]Have you tried some duct tape?[/quote]...
Greg McGuffey - 17 Years Ago
                                     [quote]When I took the tape off, it mangled my code, turning it into...
Bill Cunnien - 17 Years Ago
                                         Greg , I'm talking about outlining under Edit.. you need to be in a...
Paul Chase - 17 Years Ago
                                             Gotcha. OK, I'll look into that.
Greg McGuffey - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search