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

[Alpha] Language Server Protocol #969

Merged
merged 51 commits into from
Jan 9, 2018
Merged

[Alpha] Language Server Protocol #969

merged 51 commits into from
Jan 9, 2018

Commits on Sep 23, 2017

  1. started on lsp

    david-driscoll committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    22531ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d89bc7b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    6ae34e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    1dbdeee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379fc46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9af5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Added support for multiple languages, and create the document selecto…

    …r based on the project system extensions
    david-driscoll committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    e619220 View commit details
    Browse the repository at this point in the history
  2. Merge latest changes

    david-driscoll committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    a5ad0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    247ff2a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    6619ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87cd734 View commit details
    Browse the repository at this point in the history
  3. fixed orientation for position elements so that goto definition works…

    … correctly. Tested with cake inegration and found an issue if the filename is null, and avoid that scenario
    david-driscoll committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    93b3b6b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Adds CompletionHandler.

    bjorkstromm committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d08895c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Merge pull request #977 from mholo65/lsp-completionhandler

    Adds CompletionHandler.
    david-driscoll authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    78ef0e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6616047 View commit details
    Browse the repository at this point in the history
  3. Updated to latest lsp

    david-driscoll committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    8ffc10d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Configuration menu
    Copy the full SHA
    5fcb2b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    0e507ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9cabe View commit details
    Browse the repository at this point in the history
  3. fixed lsp logger

    david-driscoll committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    483fcb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    00cfbd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    76f4555 View commit details
    Browse the repository at this point in the history
  2. Updated to latest server library... fixed an issue with method not fo…

    …und and text changes not working correctly.
    david-driscoll committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    da2075c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Adds SignatureHelpHandler

    RLittlesII committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    d214876 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Merge pull request #986 from RLittlesII/signature-help

    Adds SignatureHelpHandler
    david-driscoll authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    88cd26e View commit details
    Browse the repository at this point in the history
  2. react to feedback

    david-driscoll committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    9f8afd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a47bce View commit details
    Browse the repository at this point in the history
  4. merge with master

    david-driscoll committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    ee0a0c5 View commit details
    Browse the repository at this point in the history
  5. Updated lsp version

    david-driscoll committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    7a6b8c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    e14fd60 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Update package version

    david-driscoll committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    7ccd1d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b995a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5c0f19 View commit details
    Browse the repository at this point in the history
  4. fix null ref exception

    david-driscoll committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a349680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dd4421 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc34932 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. bump to 0.7.0

    david-driscoll committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    bbe6137 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    801daa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Adds RenameHandler

    RLittlesII committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    85da6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be45851 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #997 from RLittlesII/rename

    Adds RenameHandler
    david-driscoll authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    e88689b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    62249dc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    25cafe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    541be2e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Add DocumentSymbolHandler

    bjorkstromm committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    b5c9475 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    e5a5459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30d431 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    5d8195e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Merge pull request #1069 from jonsequitur/allow-plugin-specified-by-d…

    …ll-file-path
    
    allow plugins to be specified by a dll file path
    Ravi Chande authored Jan 2, 2018
    Configuration menu
    Copy the full SHA
    215d250 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge pull request #1068 from mholo65/lsp-document-symbols

    Add DocumentSymbolHandler
    david-driscoll authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    4a3531f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    803dab7 View commit details
    Browse the repository at this point in the history