Reporter | Alessandro Babboni (aledigitale) |
---|---|
Created | Apr 10, 2018 8:31:31 AM |
Updated | Apr 16, 2018 6:05:56 PM |
Subsystem | IntelliSense (Code Completion) |
Assignee | Alexander Shvedov (shvedov) |
Priority | Critical |
State | Fixed In Branch |
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 | VS 2017 15.3 |
In Xamarin.Forms Project, in XAML, there's no autocompletion nor any suggestion for the NavigationPage ContentPage's attribute !!
<?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"
Title="Welcome Page"
NavigationPage >
if you try to start writing NavigationPage nothing happens !
but, if you write it fully by hand and you reach the DOT, magically and suddendly ReSharper "wakes up"...
for example, just try to write: NavigationPage.HasNavigationBar
this is a very annoying bug :-(