vscode-codeql icon indicating copy to clipboard operation
vscode-codeql copied to clipboard

Add more sophistication to autocomplete for related types

Open aeisenberg opened this issue 5 years ago • 0 comments

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 avatar Sep 09 '20 19:09 aeisenberg