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

Add codeLens feature for Language Server #13297

Merged
merged 20 commits into from
Jan 24, 2019
Merged

Add codeLens feature for Language Server #13297

merged 20 commits into from
Jan 24, 2019

Commits on Jan 19, 2019

  1. Move diagnostic clearing into prepareCompilerContext()

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f9bdfd1 View commit details
    Browse the repository at this point in the history
  2. Add code lenses feature

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    cb650ef View commit details
    Browse the repository at this point in the history
  3. Add services based code lenses

    Modified API Designer to open specific service when service name is
    passed as an argument.
    
    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6a2b458 View commit details
    Browse the repository at this point in the history
  4. Add docs code lenses provider

    Modified showDocs docs renderer  to focus on a specific construct when
    an argument is passed
    
    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    ef76ae3 View commit details
    Browse the repository at this point in the history
  5. Add imports based code lenses

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    85a6792 View commit details
    Browse the repository at this point in the history
  6. Add code diagnostics based code lenses

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    7f8294d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Add tests for the codelens feature

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    d57a394 View commit details
    Browse the repository at this point in the history
  2. Move packages from provider to providers

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    556c04b View commit details
    Browse the repository at this point in the history
  3. Minor code refactor

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    50ad2fe View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    b96f5d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Fx test cases

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    df62269 View commit details
    Browse the repository at this point in the history
  2. Remove unused code lens

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    76902a1 View commit details
    Browse the repository at this point in the history
  3. Add endpoint code lens

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    42324f2 View commit details
    Browse the repository at this point in the history
  4. Remove initiating new LSContext

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    4ed0d35 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Add ballerina client config listeners

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    326cf9a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master'

    rasika committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    29a3e47 View commit details
    Browse the repository at this point in the history
  3. Fix doc issue

    Signed-off-by: Rasika <info.rasika@gmail.com>
    rasika committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    627677b View commit details
    Browse the repository at this point in the history
  4. Fix checkstyle issues

    nadeeshaan committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    6fdc62a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fc5686 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13301 from nadeeshaan/code-lense

    Fix checkstyle issues
    nadeeshaan authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    caab472 View commit details
    Browse the repository at this point in the history