AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
421 stars 81 forks source link

feat: Intellisense displays only the elements related to the current context #386

Open workgroupengineering opened 1 year ago

workgroupengineering commented 1 year ago

Allow Intellisense displays only the elements related to the current context

Current behavior

Before

Expected behavior

after

After PR https://github.com/AvaloniaUI/Avalonia/pull/13104

after

How does it work

Note ItemsType is set to the type of the parameter of the first non-static public method named Add obtained by traversing the type hierarchy.

Current issue

Future enhancement

Depends on PR #383 , https://github.com/AvaloniaUI/Avalonia/pull/13104