Reporter | Alessandro Babboni (aledigitale) |
---|---|
Created | Apr 22, 2018 4:07:37 AM |
Updated | Apr 24, 2018 12:13:34 AM |
Subsystem | XAML |
Assignee | Alexander Shvedov (shvedov) |
Priority | Critical |
State | Submitted |
Type | Bug |
Fix version | 2018.1.1 |
Affected versions | 2017.3.3, 2017.3.5, 2018.1.1, 2017.2.1, 2017.2.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
In Xamarin.Forms Project, in XAML, there's no autocompletion nor any suggestion for nested Page's properties !
Just look at this simple example:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:App"
x:Class="App.MainPage">
<ContentPage.ToolbarItems>
</ContentPage.ToolbarItems>
</ContentPage>
if you try to start writing <ContentPage.ToolbarItems... nothing happens !
but, if you write it fully by hand, when you reach the DOT, magically and suddendly ReSharper "wakes up" and tries to complete it !