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

Ability to import some system APIs #177

Merged
merged 3 commits into from
Dec 22, 2022
Merged

Ability to import some system APIs #177

merged 3 commits into from
Dec 22, 2022

Conversation

worksofliam
Copy link
Contributor

Adds the ability to import system APIs that are not defined in scope.

Changes

Adds new items in the completion item. Those items are system APIs and accepting them will add their prototype in the definition area and insert the text to invoke the API. Will not show items that are already defined in scope.

Checklist

  • have tested my change
  • updated relevant documentation
  • Remove any/all console.logs I added
  • eslint is not complaining
  • have added myself to the contributors' list in the README
  • for feature PRs: PR only includes one feature enhancement.

Signed-off-by: Liam Barry Allan <[email protected]>
@worksofliam worksofliam linked an issue Dec 21, 2022 that may be closed by this pull request
@worksofliam worksofliam merged commit 45620ae into main Dec 22, 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.

Auto import for system APIs
1 participant