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

Initial LSP support #335

Merged
merged 3 commits into from
Oct 25, 2019
Merged

Initial LSP support #335

merged 3 commits into from
Oct 25, 2019

Commits on Jun 13, 2019

  1. Added initial version of LSP support through LspServiceHandler (stand…

    …ard CodeCompass service) and LspHandler (web request handler alongside ThriftHandler).
    
    Currently goto definition, find all references, retrieving diagram types and diagrams themselves are supported.
    mcserep committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    5ceb59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a0f585 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Thrift is a dependency of LspService and LspHandler, as required by t…

    …he included models. Therefore Thrift must be added to include and library path of the LSP service library and the webserver binary.
    mcserep committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    9a47571 View commit details
    Browse the repository at this point in the history