Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwaggerEditor@next: trigger completion on key press #4110

Open
char0n opened this issue May 10, 2023 · 0 comments
Open

SwaggerEditor@next: trigger completion on key press #4110

char0n opened this issue May 10, 2023 · 0 comments

Comments

@char0n
Copy link
Member

char0n commented May 10, 2023

Originally mentioned in #3216 (comment)

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,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant