Mihhail Maslakov

Results 11 issues of 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.

idea

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: ``` ```

bug

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...

bug

Something like this: bind Name convert Utils.ConvertMethod

enhancement

Currently, no intellisense is provided for named parameters ![named-param-intellisense](https://cloud.githubusercontent.com/assets/592624/21645974/f461c4d8-d29c-11e6-8a34-0b9cd4c263c8.png)

enhancement

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.

bug
enhancement

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...

enhancement
feature