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

Feat: Add more completion items & Tests #26

Merged
merged 16 commits into from
Oct 20, 2023

Commits on Oct 18, 2023

  1. Feat: Add common completion items

    1. Add reserved variables
    2. Add reserved keywords (currently they include python
    and shell keywords)
    3. Add simple snippets for bitbake recipe tasks
    WilsonZiweiWang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    31d6335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ed379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a50ff43 View commit details
    Browse the repository at this point in the history
  4. Chore: Move handler for onCompletion to its own file

    1. Export an instance of analyzer from the source file and
    use this instance through out the program
    2. Move the handler function for onCompletion event to its own
    file for the convenience of testing
    WilsonZiweiWang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    aeefe12 View commit details
    Browse the repository at this point in the history
  5. Chore: Initial tests

    WilsonZiweiWang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8581a79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e9bb84 View commit details
    Browse the repository at this point in the history
  7. Chore: Clean code

    WilsonZiweiWang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e2189d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73cfd1f View commit details
    Browse the repository at this point in the history
  9. Chore: Rename

    WilsonZiweiWang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    640dd78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ac9b58 View commit details
    Browse the repository at this point in the history
  11. Chore: Update tests

    WilsonZiweiWang committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fbe314e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b63a3e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    48c3bff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7e69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96e8151 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359c0c0 View commit details
    Browse the repository at this point in the history