emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 28f733c112: Delete "Supported protocol features"


From: ELPA Syncer
Subject: [elpa] externals/eglot 28f733c112: Delete "Supported protocol features" from README.md
Date: Thu, 13 Jan 2022 09:01:47 -0500 (EST)

branch: externals/eglot
commit 28f733c112fff90788ea84f45095b84a7d5b4dfb
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Delete "Supported protocol features" from README.md
    
    * README.md (Supported protocol features): Delete section, as it is
    not clear if it is very useful, or even up-to-date.  This change was
    discussed in #797.
---
 README.md | 65 ---------------------------------------------------------------
 1 file changed, 65 deletions(-)

diff --git a/README.md b/README.md
index 2d0f0a3f1a..bb5e5aa445 100644
--- a/README.md
+++ b/README.md
@@ -375,71 +375,6 @@ use them automatically if they are found to be active.
 To "unmanage" a project's buffers, shutdown the server with `M-x
 eglot-shutdown`.
 
-# Supported Protocol features
-
-## General
-- [x] initialize
-- [x] initialized
-- [x] shutdown
-- [x] exit
-- [ ] $/cancelRequest
-
-## Window
-- [x] window/showMessage
-- [x] window/showMessageRequest
-- [x] window/logMessage
-- [x] telemetry/event
-
-## Client
-- [x] client/registerCapability (but only
-  `workspace/didChangeWatchedFiles`, like RLS asks)
-- [x] client/unregisterCapability  (ditto)
-
-## Workspace
-- [ ] workspace/workspaceFolders (3.6.0)
-- [ ] workspace/didChangeWorkspaceFolders (3.6.0)
-- [x] workspace/didChangeConfiguration
-- [x] workspace/configuration (3.6.0)
-- [x] workspace/didChangeWatchedFiles
-- [x] workspace/symbol
-- [x] workspace/executeCommand
-- [x] workspace/applyEdit
-
-## Text Synchronization
-- [x] textDocument/didOpen
-- [x] textDocument/didChange (incremental or full)
-- [x] textDocument/willSave
-- [x] textDocument/willSaveWaitUntil
-- [x] textDocument/didSave
-- [x] textDocument/didClose
-
-## Diagnostics
-- [x] textDocument/publishDiagnostics
-
-## Language features
-- [x] textDocument/completion
-- [x] completionItem/resolve (works quite well with 
[company-mode][company-mode])
-- [x] textDocument/hover
-- [x] textDocument/signatureHelp (fancy stuff with Python's [pyls][pyls])
-- [x] textDocument/definition
-- [x] textDocument/typeDefinition (3.6.0)
-- [x] textDocument/implementation (3.6.0)
-- [x] textDocument/declaration (3.14)
-- [x] textDocument/references
-- [x] textDocument/documentHighlight
-- [x] textDocument/documentSymbol
-- [x] textDocument/codeAction
-- [ ] textDocument/codeLens
-- [ ] codeLens/resolve
-- [ ] textDocument/documentLink
-- [ ] documentLink/resolve
-- [ ] textDocument/documentColor
-- [ ] textDocument/colorPresentation (3.6.0)
-- [x] textDocument/formatting 
-- [x] textDocument/rangeFormatting
-- [ ] textDocument/onTypeFormatting
-- [x] textDocument/rename
-
 <a name="animated_gifs"></a>
 # _Obligatory animated gif section_
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]