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

Add support for custom autocomplete behavior #23

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dstotijn
Copy link
Contributor

@dstotijn dstotijn commented Sep 20, 2022

Fixes #22

Tasks

  • Research where and how to hook into autocompleting JSON data.
  • Propose/draft how we want to expose autocompletion as Svelte component props. E.g. async function(s) with args related to the current autocomplete context, where the user can return the relevant autocomplete items.
  • Implement and finalize.

@netlify
Copy link

netlify bot commented Sep 20, 2022

Deploy Preview for gobl-build ready!

Name Link
🔨 Latest commit 14ac938
🔍 Latest deploy log https://app.netlify.com/sites/gobl-build/deploys/633a9f193aabdb00080225dd
😎 Deploy Preview https://deploy-preview-23--gobl-build.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dstotijn dstotijn self-assigned this Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for custom Monaco "completion provider"
1 participant