consult-lsp-autoloads.el (1304B)
1 ;;; consult-lsp-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from consult-lsp.el 13 14 (autoload 'consult-lsp-diagnostics "consult-lsp" "\ 15 Query LSP-mode diagnostics. 16 17 When ARG is set through prefix, query all workspaces. 18 19 (fn ARG)" t) 20 (autoload 'consult-lsp-symbols "consult-lsp" "\ 21 Query workspace symbols. When ARG is set through prefix, query all workspaces. 22 23 (fn ARG)" t) 24 (autoload 'consult-lsp-file-symbols "consult-lsp" "\ 25 Search symbols defined in current file in a manner similar to `consult-line'. 26 27 If the prefix argument GROUP-RESULTS is specified, symbols are grouped by their 28 kind; otherwise they are returned in the order that they appear in the file. 29 30 (fn GROUP-RESULTS)" t) 31 (register-definition-prefixes "consult-lsp" '("consult-lsp-")) 32 33 ;;; End of scraped data 34 35 (provide 'consult-lsp-autoloads) 36 37 ;; Local Variables: 38 ;; version-control: never 39 ;; no-byte-compile: t 40 ;; no-update-autoloads: t 41 ;; no-native-compile: t 42 ;; coding: utf-8-emacs-unix 43 ;; End: 44 45 ;;; consult-lsp-autoloads.el ends here