Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
[CompileTime]
public sealed class EditorExperienceAttribute : Attribute
Constructors
Name | Description |
---|---|
EditorExperienceAttribute() |
Properties
Name | Description |
---|---|
AddAttributeSuggestionTitle | Gets or sets the title of the code refactoring menu item that applies the aspect as a custom attribute. By default, the title is |
LiveTemplateSuggestionTitle | Gets or sets the title of the code refactoring menu item that applies the aspect as a live template. By default, the title is |
SuggestAsAddAttribute | Gets or sets a value indicating whether the code refactoring menu should offer the possibility to apply this aspect as a custom attribute. This property is |
SuggestAsLiveTemplate | Gets or sets a value indicating whether the code refactoring menu should offer the possibility to apply this aspect as a live template, i.e., as an action that causes the aspect to applied to
the source code itself. This property is |