Sublime Forum

commit_completion with ().=

#1

I’d like to commit autocomplete using ‘(’, ‘)’, ‘.’, ‘=’, ‘<’, ‘>’ (instead of tab/enter)

The following let’s me autocomplete using ‘.’ but I’d also like the ‘.’ to appear after the autocomplete. Is this possible in ST?

  { "keys": "."], "command": "commit_completion", "context":
    
      { "key": "auto_complete_visible" }
    ]
  }
0 Likes

#2

Any hints?

0 Likes