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: lsp hover keyword highlight #1331

Merged
merged 11 commits into from
May 22, 2024
Merged

Commits on May 21, 2024

  1. feat: syntax highlighting for hover content

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    kcl formatting
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test cases
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    test check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    add markup
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    resolved func formatting error
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test cases
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test cases for tests.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    syntax highlighting with LanguageString
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test case
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fixed ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    add pkgpath without override
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated completion.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated doc style
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated comment
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    added indentation for attrs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    merge schema attr docs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    update hover def comment
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    render doc at end
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    removed additional def
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix dict_key_in_schema test
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    merged rest_sign and attr
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fixed ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4cda335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb80045 View commit details
    Browse the repository at this point in the history
  3. feat: syntax highlighting for hover content

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    kcl formatting
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test cases
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    test check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    add markup
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    resolved func formatting error
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test cases
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test cases for tests.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    syntax highlighting with LanguageString
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated test case
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fixed ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    add pkgpath without override
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated completion.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests.rs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated doc style
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated comment
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    added indentation for attrs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    merge schema attr docs
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    update hover def comment
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    updated tests
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    render doc at end
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    removed additional def
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fix dict_key_in_schema test
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    merged rest_sign and attr
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fixed ci
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    fmt check
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    
    feat: syntax highlighting for hover content
    
    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a2ea929 View commit details
    Browse the repository at this point in the history
  4. fmt check

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    50c03a4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. added MarkedStringType to hover

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cfc9911 View commit details
    Browse the repository at this point in the history
  2. fmt check

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5ad5976 View commit details
    Browse the repository at this point in the history
  3. add spaces and fix ci

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    96f520e View commit details
    Browse the repository at this point in the history
  4. fix ci

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    767b530 View commit details
    Browse the repository at this point in the history
  5. updated hover tests

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6d70511 View commit details
    Browse the repository at this point in the history
  6. update pkgpath handling

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8cf1831 View commit details
    Browse the repository at this point in the history
  7. fmt check

    Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
    shruti2522 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3b78c82 View commit details
    Browse the repository at this point in the history