Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense support for BCL types #413

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

Takoooooo
Copy link
Contributor

@Takoooooo Takoooooo commented Nov 7, 2023

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

@Takoooooo Takoooooo merged commit c240d3d into master Nov 8, 2023
3 checks passed
@Takoooooo Takoooooo deleted the add-support-for-bcl-types-in-intellisense branch November 8, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fetaure] Support Intellisense for BCL types
2 participants