Skip to content

Refactor action-context.ts #23

Description

@admvx

The code in this file performs much of the core completion functionality and there are a few issues that should be addressed:

  • Certain class methods contain similar repeated code, particularly where symbols chains are traversed. Where possible these should be unified.
  • There is extensive use of try / catch in several class methods (largely due to use of async / await), making the code hard to reason about and possibly conflating errors. These should be refactored.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    clean upNon-user visible maintenance task

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions