swagger-editor icon indicating copy to clipboard operation
swagger-editor copied to clipboard

SwaggerEditor@next: trigger completion on key press

Open char0n opened this issue 1 year ago • 0 comments

Originally mentioned in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1527018234

List of monaco editor options that enables the triggering completion on key press

quickSuggestions: { other: true, strings: true },
matchOnWordStartOnly: false,
suggest: {
  snippetsPreventQuickSuggestions: false,
  showValues: true,
},

char0n avatar May 10 '23 09:05 char0n