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

LSP support #369

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

LSP support #369

wants to merge 19 commits into from

Commits on Jul 12, 2024

  1. add cst

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bc4ef1a View commit details
    Browse the repository at this point in the history
  2. finished CST builder

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eb77bbc View commit details
    Browse the repository at this point in the history
  3. add parent to CST nodes

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    30ffc50 View commit details
    Browse the repository at this point in the history
  4. start builder

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    42de244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df1810 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c89a0c View commit details
    Browse the repository at this point in the history
  7. remove java CST

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8c1d989 View commit details
    Browse the repository at this point in the history
  8. Switch to adapter pattern (#453)

    bioball authored and stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b05f2c6 View commit details
    Browse the repository at this point in the history
  9. small refactor

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b75f1d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fab6de View commit details
    Browse the repository at this point in the history
  11. add type processing

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b0ed3c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16b9603 View commit details
    Browse the repository at this point in the history
  13. start hover feature

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2c357b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a36902 View commit details
    Browse the repository at this point in the history
  15. improve hover feature

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c78d25d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa7f95b View commit details
    Browse the repository at this point in the history
  17. add auto completion

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0407d0c View commit details
    Browse the repository at this point in the history
  18. add syntax analyzer

    stackoverflow committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b71b07f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a6351de View commit details
    Browse the repository at this point in the history