Reporter | Denis Abramov (sparky2708) |
---|---|
Created | Feb 2, 2011 10:45:19 PM |
Updated | Jan 13, 2012 11:14:04 PM |
Resolved | Jan 13, 2012 6:04:31 PM |
Priority | Normal |
Type | Bug |
Fix versions | 6.1 |
State | Fixed |
Assignee | Slava Tutushkin (slava.tutushkin) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | 6.5.1.2269 |
Suppose you have a live template like "xlogtrace". Create the following in a class:
Suppose you hit Ctrl-E-L at the caret position to insert the live template you created above called "xlogtrace" and when the dropdown appears you type "xl". Notice that the live template drop down now loses focus and VS2010's auto complete has focus and it is offering for you to choose "XLOpen". I can't seem to insert live templates anymore.
Public Sub XLOpen() 'something happens here End Sub Public Sub Test() <put caret here> End Sub
Suppose you hit Ctrl-E-L at the caret position to insert the live template you created above called "xlogtrace" and when the dropdown appears you type "xl". Notice that the live template drop down now loses focus and VS2010's auto complete has focus and it is offering for you to choose "XLOpen". I can't seem to insert live templates anymore.