Reporter | David Gardiner (flcdrg) |
---|---|
Created | Mar 14, 2012 8:37:10 AM |
Updated | Mar 14, 2012 8:37:10 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Language - Build Scripts |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
When editing an MSBuild file (eg. .csproj or .targets), the left and right brackets '(' and ') can't be typed by themselves.
If you type '$', '@' or '%' then you can type '(' and the closing ')' is added automatically.
This is a problem if you're trying to include brackets in some text. eg.
If you type '$', '@' or '%' then you can type '(' and the closing ')' is added automatically.
This is a problem if you're trying to include brackets in some text. eg.
<Message Text="Some text (in brackets)" />