docs: update README with goto declaration feature
This commit is contained in:
@@ -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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user