Skip to content

Add more sophistication to autocomplete for related types #554

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

Open
2 tasks
aeisenberg opened this issue Sep 9, 2020 · 0 comments
Open
2 tasks

Add more sophistication to autocomplete for related types #554

aeisenberg opened this issue Sep 9, 2020 · 0 comments
Labels
Complexity: Medium Requires a moderate level of detail in design or review. enhancement New feature or request VSCode

Comments

@aeisenberg
Copy link
Contributor

For example, we should support alternate names for similar AST nodes. When typing InvokeExpr, a user may want intellisense for NewExpr and CallExpr.

  • determine a list of similar names for common AST nodes.
  • augment the language server to propose them when appropriate.
@aeisenberg aeisenberg added the enhancement New feature or request label Sep 9, 2020
@github-actions github-actions bot added the VSCode label Sep 9, 2020
@adityasharad adityasharad added the Complexity: Medium Requires a moderate level of detail in design or review. label Sep 14, 2020
@adityasharad adityasharad changed the title Add more sophistication to autocomplete Add more sophistication to autocomplete for related types Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium Requires a moderate level of detail in design or review. enhancement New feature or request VSCode
Projects
None yet
Development

No branches or pull requests

2 participants