Helmut-Ortmann / lsp-csharp-analyzer

C# GUI to analyze code via a Language Server
MIT License
4 stars 1 forks source link

LSP Analyzer

A Windows C# GUI to analyse code with the help of a Language Server. LSP Analyzer is based on the C# framework OmniSharp/csharp-language-server-protocol. As a language server, I decided to use C/C++ language server CQuery.

The concept is to use arbitrary language servers and to configure them by JSON as it is done by editors.

For details see the [WiKi]((../../wiki/home),

Goals

Features

LSP Analyzer supports the following features:

Supported Servers

Based on

CQuery

C/C++ language server.

OmniSharp/csharp-language-server-protocol

The implementation of the language-server-protocol in C#.

State

Installation

Development

Thanks

Great support by

Glossary

Reference