View Issue Details

IDProjectCategoryView StatusLast Update
0002773NoesisGUIVSCodepublic2024-01-23 14:10
Reporterjsantos Assigned Tomaherne  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.2 
Target Version3.2.3Fixed in Version3.2.3 
Summary0002773: LangServer: Incorrect autocompletion when using namespaces
Description

The following XAML declares the "local" namespace this way:


<Window x:Class="HelloWorld.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:HelloWorld"
mc:Ignorable="d"
FontFamily="./#Aero Matics"
FontSize="36"
Background="#FF124C7A"
Title="NoesisGUI - Hello, World!">

Inside the XAML I have a custom image source (registered in the factory as "HelloWorld.RenderTargetBitmap")


<Image Width="100" Height="100">
<Image.Source>
<local:RenderTargetBitmap/>
</Image.Source>
</Image>

The language server is incorrectly suggesting "<helloWorld:RenderTargetBitmap/>" when autocompleting

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-10-25 19:44 jsantos New Issue
2023-10-25 19:44 jsantos Target Version => 3.2.3
2023-10-25 19:44 jsantos Assigned To => maherne
2023-10-25 19:44 jsantos Status new => assigned
2023-10-25 19:44 jsantos Description Updated
2023-10-25 19:45 jsantos Description Updated
2023-10-25 19:45 jsantos Description Updated
2023-10-25 19:45 jsantos Description Updated
2023-10-25 19:46 jsantos Description Updated
2024-01-22 11:47 sfernandez Target Version 3.2.3 => 3.2.4
2024-01-22 11:52 jsantos Target Version 3.2.4 => 3.2.3
2024-01-23 14:10 maherne Status assigned => resolved
2024-01-23 14:10 maherne Resolution open => fixed
2024-01-23 14:10 maherne Fixed in Version => 3.2.3