Reporter | Alessandro Babboni (aledigitale) |
---|---|
Created | Apr 5, 2018 11:30:13 AM |
Updated | Apr 23, 2018 7:41:19 PM |
Subsystem | IntelliSense (Code Completion) |
Assignee | Alexander Shvedov (shvedov) |
Priority | Show-stopper |
State | Submitted |
Type | Bug |
Fix version | 2018.1 |
Affected versions | 2017.3.3, 2017.3.5, 2018.1.1, 2017.2.1, 2017.2.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 15.3 |
ReSharper gives no auto-completion nor any suggestion for the element OnPlatform
( on the 7th line of code):
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="App.MainPage">
<StackLayout>
<Label>
<Label.Text>
<OnPlatform x:TypeArguments="x:String"
iOS="Running on iOS"
Android="Running on Android">
</OnPlatform>
</Label.Text>
</Label>
</StackLayout>
</ContentPage>