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

feat: add inline code completion #19

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

p-spacek
Copy link
Owner

@p-spacek p-spacek commented Dec 3, 2021

Add support for inline object completion
version 2

What does this PR do?

Implemented.
added =@ctx custom prop to detect that it's an inline completion.
we can do it configurable, but for now, it's custom functionality only for us.

Instead of:

value:
  context:
    data:
      component1:
        state:

it will be:

value: context.data.component1.state

What issues does this PR fix or reference?

#8

Is it tested? How?

added unit tests

@p-spacek p-spacek self-assigned this Dec 3, 2021
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.

1 participant