docs: editors

This commit is contained in:
Ryan Yin
2024-01-15 14:59:56 +08:00
parent 4d53f559b1
commit f3f74cfd70
3 changed files with 18 additions and 11 deletions
+1
View File
@@ -8,6 +8,7 @@
The Language Server Protocol (LSP) is an open, JSON-RPC-based protocol for use between source code editors or integrated development environments (IDEs) and servers that provide programming language-specific features like:
- motions such as go-to-definition, find-references, hover.
- **code completion**
- **marking of warnings and errors**
- **refactoring routines**