Avalonia .axaml
#2002
Replies: 1 comment 4 replies
-
Do you have a sample project or repo that illustrates the behavior? The solution view is driven by data that we pull from MSBuild, so it's probably a matter of extending the set of MSBuild Items that we look for in FsAutoComplete - a repro would help us verify this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I guess I am a bit obscure in that I am trying to use the Avalonia UI framework in conjunction with F# in vscode on linux (LMDE6). My problem arises in ionide when I open a project and then go to the solution view (needed for ordering). The Avalonia .axaml files are not listed. I am not sure if WPF .xaml files show there or not.
I have the Avalonia extension installed, which will give the axaml previewer when in file mode. But with the ordering requirement, i tend to do F# in the solution view.
I am no where advanced in F# enough to provide help in implementing this function yet. Is there any insight into how this might be updated in ionide to show these .axaml files? I am wondering how hard this would be to do. the files are listed in the .fsproj file. I would assume that ionide is just ignoring all but known file types.
Beta Was this translation helpful? Give feedback.
All reactions