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(vscode): symbol and property completions #1753

Merged
merged 27 commits into from
Mar 10, 2023
Merged

Commits on Mar 8, 2023

  1. fix word pattern

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4c396cc View commit details
    Browse the repository at this point in the history
  2. parser changes

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f925c5d View commit details
    Browse the repository at this point in the history
  3. improve sync logic

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b1614c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d29259e View commit details
    Browse the repository at this point in the history
  5. add span for scope

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5b56367 View commit details
    Browse the repository at this point in the history
  6. remove capturing

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dfa4e3a View commit details
    Browse the repository at this point in the history
  7. grammar update

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    326fb26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78e3536 View commit details
    Browse the repository at this point in the history
  9. improve parser errors

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c07aabc View commit details
    Browse the repository at this point in the history
  10. grammar fix again

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    72288d6 View commit details
    Browse the repository at this point in the history
  11. improve errors

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c132dba View commit details
    Browse the repository at this point in the history
  12. good enough

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    eafc9a6 View commit details
    Browse the repository at this point in the history
  13. undo capture changes

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    efc4f50 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    89f1511 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f0d1e3 View commit details
    Browse the repository at this point in the history
  16. remove comment

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    30fac04 View commit details
    Browse the repository at this point in the history
  17. fix tree-sitter test

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5ec7d04 View commit details
    Browse the repository at this point in the history
  18. extend timeout

    MarkMcCulloh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    abd2b0d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. feedback

    MarkMcCulloh committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    761bf0d View commit details
    Browse the repository at this point in the history
  2. remove comment

    MarkMcCulloh committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a00eb33 View commit details
    Browse the repository at this point in the history
  3. yoav feedback

    MarkMcCulloh committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    45a286d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e411690 View commit details
    Browse the repository at this point in the history
  5. filter

    MarkMcCulloh committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0377bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cd3877 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. add comment

    MarkMcCulloh committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    905e575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e825be View commit details
    Browse the repository at this point in the history
  3. update parser

    MarkMcCulloh committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6b90c3e View commit details
    Browse the repository at this point in the history