-
Notifications
You must be signed in to change notification settings - Fork 3
Support code tips #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Tip: all the VS2019 icons can be downloaded from: https://www.microsoft.com/en-us/download/details.aspx?id=35825
Tried adding this, so far by setting the Editor.ContextActionsIcon to the VS2019 lightbulb, but the menus that appear aren't the same as in VS2019 or Roslynpad.
Need to see how Roslynpad does ths. (https://github.com/aelij/RoslynPad)
Example of something that code tips should help with:
Code tip should suggest and then perform auto-property:
public int Z { get; set; }