-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add editor-quick-suggestions
option.
#183
Conversation
…ditor-quick-suggestions` option, defaulting to `true`
@egenn thanks for the PR! I've add some quick documentation for the option. If you're okay with it, then I'll go ahead and merge it in. |
Very nice - the default value for |
Scratch that - saw you made it false by default, which is great. |
@egenn 😄 Right now, suggestions are kind of meh. I might change the default back to That said, you can change the default options by specifying in the document yaml: webr:
cell-options:
editor-quick-suggestions: true |
Exactly, eventually they will be more helpful. |
In we go! Thanks again for the PR! 🎉 |
Allow setting Monaco editor
quickSuggestions
option using quartoeditor-quick-suggestions
option,defaulting to
true
.solves #182