Skip to content

Terminal suggest: Support fig additionalSuggestions #239627

@Tyriar

Description

@Tyriar

Related: #210983

git.ts defines this:

  additionalSuggestions: [
    {
      name: "commit -m 'msg'",
      description: "Git commit shortcut",
      insertValue: "commit -m '{cursor}'",
      icon: "fig://template?color=2ecc71&badge=🔥",
      // type: "shortcut",
    },
  ],

Which results in this (from gifs in https://github.com/withfig/autocomplete readme):

Image

Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions