From fcadc9df536345a840eef89340f978a5dbb1df1a Mon Sep 17 00:00:00 2001 From: Artem Pyanykh Date: Tue, 23 Aug 2022 10:35:58 +0100 Subject: [PATCH] doc: Mention document and workspace symbols in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5da2c87..d07775d 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ generally most features should work equaly in all editors. ✅ - done; 🗓 - planned. +- ✅ Document symbols from headings. +- ✅ Workspace symbols from headings. + * Query matching is subsequence-based, that is `lsp` will match both `LSP` and `Low Seimic Profile`. - ✅ Completion for links (inline, reference, wiki). - ✅ Hover prevew for links. - ✅ "Go to definition" for links.