Skip to content

Support code tips #19

Description

@nooogle

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.

image

Need to see how Roslynpad does ths. (https://github.com/aelij/RoslynPad)

Example of something that code tips should help with:

private int z;
public int Z
{
    get { return z; }
    set { z = value;}
}

Code tip should suggest and then perform auto-property:

public int Z { get; set; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions