Skip to content

mrward/monodevelop-language-server-addin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Language Server client for MonoDevelop and Visual Studio for Mac

Provides Language Server support for MonoDevelop and Visual Studio for Mac.

API for integrating a language client is based on the Visual Studio Language Server Protocol Client.

Language Server Protocol Features

  • initialize

  • initialized

  • shutdown

  • exit

  • $/cancelRequest

  • window/showMessage

  • window/showMessageRequest

  • window/logMessage

  • telemetry/event

  • client/registerCapability

  • client/unregisterCapability

  • workspace/didChangeConfiguration (Only sent on startup)

  • workspace/didChangeWatchedFiles

  • workspace/symbol

  • workspace/executeCommand

  • workspace/applyEdit

  • textDocument/publishDiagnostics

  • textDocument/didOpen

  • textDocument/didChange (Full and incremental)

  • textDocument/willSave

  • textDocument/willSaveWaitUntil

  • textDocument/didSave

  • textDocument/didClose

  • textDocument/completion

  • completionItem/resolve

  • textDocument/hover

  • textDocument/signatureHelp

  • textDocument/references

  • textDocument/documentHighlight

  • textDocument/documentSymbol

  • textDocument/formatting

  • textDocument/rangeFormatting

  • textDocument/onTypeFormatting

  • textDocument/definition

  • textDocument/codeAction

  • textDocument/codeLens

  • codeLens/resolve

  • textDocument/documentLink

  • documentLink/resolve

  • textDocument/rename

  • Snippets

  • Middleware

    • ILanguageClientCompletionProvider
    • ILanguageClientExecuteCommandProvider
    • ILanguageClientWorkspaceSymbolProvider
  • Connection

  • IContentTypeMetadata

  • CodeRemoteContentDefinition

  • ILanguageClientCustomMessage

  • ILanguageClient

    • ConfigurationSections
    • FilesToWatch
    • InitializationOptions
    • StopAsync
    • StartAsync
    • ActivateAsync
    • OnLoadedAsync
    • OnServerInitializedAsync
    • OnServerInitializeFailedAsync

Example Language Server Clients

  • Bash
  • Dockerfile
  • Java
  • Mock foo language
  • PowerShell
  • SQL
  • Swift
  • TypeScript
  • Yaml

About

Language Server Protocol support for MonoDevelop and Visual Studio for Mac

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages