docs: update README with goto declaration feature

This commit is contained in:
2026-02-19 18:07:04 +01:00
parent 577ffa5213
commit 9b393a65f0
+1 -1
View File
@@ -9,7 +9,7 @@ A comprehensive Neovim/LazyVim plugin providing **Language Server Protocol (LSP)
|---------|-------------| |---------|-------------|
| **Hover** | Press `K` to see variable type and struct fields | | **Hover** | Press `K` to see variable type and struct fields |
| **Completion** | `#` for variables, `.` for struct fields, `(` for functions | | **Completion** | `#` for variables, `.` for struct fields, `(` for functions |
| **Go to Definition** | `gd` jump to variable declaration | | **Go to Definition** | `gD` jump to function, FB, DB, or UDT definition |
| **Document Symbols** | Shows functions, variables, types | | **Document Symbols** | Shows functions, variables, types |
| **Workspace Symbols** | Search across all `.scl` files with fuzzy matching | | **Workspace Symbols** | Search across all `.scl` files with fuzzy matching |
| **Semantic Tokens** | Keywords, variables highlighted | | **Semantic Tokens** | Keywords, variables highlighted |