AvaloniaUI / AvaloniaVS

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

Intellisense support for BCL types #413

Closed Takoooooo closed 10 months ago

Takoooooo commented 10 months ago

Previously when getting completion metadata we were taking dll's from bin folder. And usually framework dll-s are not stored in the bin folder and that's the reason why completions for BCL types were not working. Now we get full dll-s list from obj\Avalonia\references file which stores all paths to dll-s used for a compilation and parse them to get metadata Fixes #353