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

fix(completion): use args table instead of args string to parse snippet #1016

Merged
merged 1 commit into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. fix(completion): use args table instead of args string to parse snippet

    For now, we parse the `@param f fun(a: any, b: any)` as two placeholders instead of one.
    BTW, use table have a slightly better performance than spliting args string.
    kevinhwang91 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    be2e0b5 View commit details
    Browse the repository at this point in the history