Why autocompletion for Avalonia doesn't work in VS Code on Linux #15820
Unanswered
Zakarayaev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I believe the VS code extension just adds the previewer and does not do much beyond that. For the record it does not work either in Visual Studio out of the box. Instead you need to use Resharper/Rider which do have proper Avalonia support. My advice would be to use Rider anyway on Linux if you can afford it, it's the only proper C# IDE available. You can also get it for free if you are a student. The code behind files work because they are just standard C# files, which VS Code already handles. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have downloaded extensions for c# and avalonia ui, but auto completion does not work.
while in .axaml.cs code everything works fine
I rebooted vs code and reinstalled but it doesn't help
Beta Was this translation helpful? Give feedback.
All reactions