Mihhail Maslakov
Mihhail Maslakov
The idea is to link `lib.ammy` without referencing it in the main project. The navigation (F12 or Ctrl+Click) would still work.
Roadmap
This issue contains planned and proposed features. This is a centralized place to overview project development direction. ## Planned ### Big features #### Out of process language service Ammy doesn't...
``` mixin A() for FrameworkElement { Resources: ... } Grid { #A } ``` generates ``` ``` Should generate: ``` ```
Backend fails to load Type members for DXWindow properly. ``` DevExpress.Xpf.Core.DXWindow.DevExpress.Xpf.Core.ILogicalOwner.add_Loaded. == null at Ammy.Backend.ReflectionBackend.LoadParameters(ParameterInfo[] parameters, TableScope containingScope) at Ammy.Backend.ReflectionBackend.LoadTypeMember(MemberInfo member, ContainerSymbol owner) at Ammy.Backend.ReflectionBackend.LoadTypeMembers(ContainerSymbol owner, Type type) at Ammy.Backend.ReflectionBackend._N__N_lambda__16750__16907.apply_void(TableScope...
Something like this: bind Name convert Utils.ConvertMethod
Currently, no intellisense is provided for named parameters 
Error indicator (bottom right) should cycle through error on click. Sometimes it doesn't do that. Also would be good do display at least some errors on mouse hover.
If I understand correctly, there are no Triggers in Avalonia right now. I think it would be beneficial to support them since they allow for dynamic UI that's dependant on...