Skip to content

IntelliSense Command Handling (non-controller) #44

@sharwell

Description

@sharwell

This is a high-level task to discuss support for the most frequently implemented IntelliSense commands, with the exception of commands that use an IIntellisenseController (see #43 for those).

Operations

  • Braces
    • Edit.GotoBrace
    • Edit.GotoBraceExtend
  • Language elements
    • Edit.GoToDefinition
    • Edit.GoToDeclaration
    • Edit.GoToReference
  • Formatting
    • ISmartIndentProvider, ISmartIndent
    • Edit.FormatDocument
    • Edit.FormatSelection
  • ❓ Unknown
    • VSConstants.VSStd2KCmdID.FINAL (aka ECMD_INCREASEFILTER)
    • VSConstants.VSStd2KCmdID.ECMD_DECREASEFILTER
    • MenuCommands.KeyInvokeSmartTag (ECMD_INVOKESMARTTAG)
    • VSConstants.VSStd2KCmdID.ECMD_COPYTIP
    • VSConstants.VSStd2KCmdID.ECMD_PASTETIP
    • VSConstants.VSStd2KCmdID.ToggleConsumeFirstCompletionMode

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