We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db552e commit bf62399Copy full SHA for bf62399
1 file changed
docs/modules/lsp.md
@@ -56,6 +56,9 @@ All lsp-mode key bindings use the <kbd>C-c C-l</kbd> prefix:
56
| <kbd>C-c C-l i</kbd> | `lsp-ui-peek-find-implementation` | Find implementation |
57
| <kbd>C-c C-l d</kbd> | `lsp-describe-thing-at-point` | Describe at point |
58
| <kbd>C-c C-l e</kbd> | `lsp-execute-code-action` | Code action |
59
+| <kbd>C-c C-l f</kbd> | `lsp-format-buffer` | Format buffer |
60
+| <kbd>C-c C-l o</kbd> | `lsp-organize-imports` | Organize imports |
61
+| <kbd>C-c C-l m</kbd> | `lsp-ui-imenu` | LSP imenu |
62
63
## Installing Language Servers
64
0 commit comments