Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Oleg Stepanov 
Subsystem
Code Completion 
Affected versions
Fixed in
Fixed in build
Next build 
Build
236
Fixed in build
253
  • Submitted by   Carsten Jendro
    3 years ago (06 Aug 2006 15:35)
  • Updated by Carsten Jendro
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-23320
    (history, comments)

RSRP-23320

r# eats remarks when autocomplete with TAB

0
before:

		ArrayList mandnt = new <cursor here, selecting ArrayList with tab>

		/// <summary>
		/// Foo Bar.
		/// </summary>
		[STAThread]
		static void Main(string[] args)
		{

result:

		ArrayList mandnt = new ArrayList(STAThread);
		static void Main(string[] args)
		{



Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments