You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 🔍 Go to Definition, Declaration, and Type Definition
17
+
- 🔦 Document Highlight
18
+
- 🎨 Document Formatting and Range Formatting
17
19
18
20
## Usage
19
21
@@ -67,6 +69,46 @@ var ls = languageServerWithTransport({
67
69
68
70
The `Transport` interface requires `send`, `onMessage`, `onClose`, `onError`, and `close` methods. You can import `Transport` and `WebSocketTransport` from the package.
69
71
72
+
### Document Highlight
73
+
74
+
Document highlights are enabled by default. When the cursor is on a symbol, all occurrences are highlighted. Style them with CSS:
0 commit comments