feat(export): Allow Exporting Complete Functions #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm looking to dynamically add config schema to the autocomplete.
I want to be able to know when a user has typed a "parent" as defined by the
sourceContextmethod so that I can then make an api call before populating the schema table with the columns returned from the api.I should be able to do that with easy access to the methods that are written in complete.ts
I recommend you duplicate the logic required for this instead—it's not a lot, and I dislike exporting internals like this since it requires me to document them and lock them down forever.
@marijnh that works for me. I noticed that after upgrading to versions 0.19.x that the "schema" mapping no longer seems to work. It looks like the
'.'is no longer being identified (resolveInnerreturns it as aScript) so that the parent is not matched. Is that something you see as well?Seems to still work for me. Can you show how you're setting up your editor and what you're doing precisely?
Pull request closed