| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Oleg Stepanov |
| Subsystem | Code Completion |
| Affected versions |
No affected versions
|
| Fixed in |
2.0.1
|
| Fixed in build |
Next build |
| Build |
236
|
| Fixed in build |
253
|
RSRP-23320 |
r# eats remarks when autocomplete with TAB |
|
|
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)
{