Skip to content

trigger characters should contains $ too #1176

Closed
@mattn

Description

@mattn

I prefer to add $ into triggerChars for variables.

        public CompletionRegistrationOptions GetRegistrationOptions()
        {
            return new CompletionRegistrationOptions
            {
                DocumentSelector = new DocumentSelector(new DocumentFilter { Language = "powershell" }),
                ResolveProvider = true,
                TriggerCharacters = new[] { ".", "-", ":", "\\", "$" }
            };
        }

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions