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

Provide fully context-aware completions #16

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

Conversation

fwcd
Copy link
Owner

@fwcd fwcd commented Jun 13, 2020

Fixes #5, #14

Provide context-aware completions.

TODO:

  • Complete imports
  • Re-parse the AST in completions to get a live view even if
  • Complete qualified identifiers (e.g. Prelude.)
  • Provide completions for local variables by finding the current scope (generate a NestEnv ?)

@fwcd fwcd added the enhancement New feature or request label Jun 13, 2020
@fwcd fwcd force-pushed the context-aware-completions branch from fe5865e to dce200e Compare October 26, 2020 01:12
@fwcd fwcd changed the base branch from master to main November 12, 2020 22:46
@fwcd fwcd changed the title Provide context-aware completions Provide fully context-aware completions Jul 27, 2021
@fwcd fwcd mentioned this pull request Sep 4, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Context-aware code completions
1 participant