single_expand.js 200 B

1234567891011121314
  1. function onDidInsertSuggestion({
  2. editor,
  3. triggerPosition,
  4. re
  5. }): Promise<void> {
  6. }
  7. class X {
  8. async onDidInsertSuggestion({editor, triggerPosition, suggestion}): Promise<
  9. void
  10. > {
  11. }
  12. }